Skip to content

mekanhaji/Learn-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

JAVA

  • Comment in Java
  • Variables in Java
  • Data Types
  • Operators
  • Input and Output
  • Flow Control
  • Loops
  • Arrays
  • String

2. OOP's

  • Class and Objects
  • Methods
  • Constructor
  • Access Modifiers
  • this and final
  • Inheritance
  • super
  • Abstract Class and Method
  • Interface
  • Polymorphism
  • Encapsulation

3. Exception Handling

  • intro
  • try...catch
  • throw and throws
  • catch Multiple Exceptions
  • try-with-resources
  • Annotations
  • Annotations Types
  • Logging
  • Assertions