We will cover all the concepts of Core Java in depth.
This course will
- provide completeness on every topic.
- make you to Strong on Theoretically and Pro grammatically.
- provide Good Platform for the Advanced Technologies and Frameworks like Jdbc, Servlets, Jsps, Hibernate, JPA, Spring,..
- includes almost all the interview Questions and Answers as part of the Course internally.
1. Control Statements
2. Object Class
- Object
- Class
- Method
- Constructor
- static keyword
- this keyword
3. Inheritance
- Inheritance
- Aggregation
4. Polymorphism
- Method overloading
- Method overriding
- Covariant Return Type
- super keyword
- final keyword
- Dynamic binding
- instance of operator
5. Abstraction
- Abstract class
- Inferface
6. Encapsulation
- Package
- Access Modifiers
- Encapsulation
7. Array
- Array
8. String
- Immutable string
- String Comparison
- String Concatination
- Substring
- StringBuffer
- StringBuilder
- toString method
9. Exception Handling
- Exceptions
- Try-Catch block
- Finally block
- Throw and Throws keyword
- Exception propogation
- Custom Exceptions
10. Inner Classes
- Inner class
- Member Inner class
- Anonymous Inner class
11. Collections
- Collection Framework
- ArrayList and LinkedList
- List interface
- HashSet, LinkedHashSet, TreeSet
- Map Interface
- HashMap, LinkedHashMap, TreeMap