Java Made Easy

  1. @Annotations
    1. Annotations and Its Benefits in Java  
    2. Advantages Of Annotations Over XML  
    3. Annotation Programming Basics  
  2. Annotation Types  
    1. Simple Annotation  
    2. Meta Annotation  
  3. Reflection to Extract Annotation Details
  4. Abstract Class
  5. Interface
  6. Interface vs Abstract Class
  7. Overloading
  8. Overriding
  9. Exception Handling
    1. Exception Handling Introduction
    2. Ducking The Exceptions
    3. Handle or Declare The Exception
    4. Handle or Declare The Exception: Programming
    5. Important facts about try…catch…finally block
    6. Custom Exception
    7. Some Programming Code Walkthrough
  10. String
  11. String vs StringBuffer vs StringBuilder
  12. Callback Mechanism
    1. With One Callback – No parameter. 
    2. With Two Callbacks – No parameter.
    3. With Two parameterized Callbacks.

Leave a Reply

Your email address will not be published. Required fields are marked *