SYLLABUS




For loop
While Loop
Do While
break,continue,label
simple if
if...else
if...else if...else
nested if
switch case
Java Exceptions
IO Exception
SQL Exception
ClassNotFoundException
RunTimeException
Arithmatic Exception
NullpointerException
Number Format Exceptionn
Index Out Of Bounds Exception
Array Index Out Of Bound Exception
String Index Out Of Bound Exception
Try-Catch Block
Multiple Catch Block
Nested Try
Finally Block
Throw Keyword
Exception Implementation
Throw vs Throws
Finally vs Finalize
Exception Handling With Method Overriding
  • For loop
  • While loop
  • Do while
  • it's various specifications(Break,Continue,Label)
  • Switch-case statements
  • comments
Collection Interfaces-Sets,Lists and Maps
General-Purpose Implementation- Primary Implementation
Legancy Implementaion-Vector and Hashtable
Special-Purpose Implementations
Wrapper Implementations
Convenience Implementations
Abstract Implementations
Algorithms,Infraustructure and Array Utilities
List-ArrayList,LinkedList,Vector,Stack
Queue-PriorityQueue,Deque,Stact
Set-Hashset,LinkedHashSet,SortedList-Treeset
Immutable String
StringBufferClass
StringBuilderClass
String vs String Buffer
String Tokenizer Class
String Methods
ToString Method
Classes
Object
Member Variable
Member Functions
Constructor
Static & This Keyword
Math.Class
Wrapper Class
Recursion
Call By Value
Strictfp Keyword
Inheritance
Class
Sub Class/Child Class
Super Class/Parent Class
Reusability
Types Of Inheritance
  • Single
  • Multilevel
  • Hierarchical
  • Multiple
  • Hybrid
Polymorphism
    OverLoading And OverRiding
    Use of Super Keyword
    Covarient Return Type
    Instance Initializer Block
    Final Keyword
    Runtime Polymorphism
    Dynamin Binding
    Instance of Operator

Absraction
    Abstract Class
    Data Abstraction,Hiding And Exposure
    Interface
    Abstract vs Interface
Encapsulation
    Package
    Access Modifiers
    Encapsulation