Core Java Topics (1)
Core Java Topics (1)
30pm )
03oct2023(B36)(New Batch Start Date)
- what is java
- fetaures of java
- java history
- jdk installations
-------------------------------------------------------------
04thoct2023
- simple java program (100%)
--------------------------------------------------------------
05Oct2023
- All Block
- default constructor ,static block , non static ,
- method and main method .
------------------------------------------------------------
06Octr2023
- local and global variable
------------------------------------------------------------
07Oct2023
- package and import keyword in java
-------------------------------------------------------------
09Octt2023
- differece between jdk , jvm , jre
- javap , javac *.java,javaw ,javaws
- Installation of IDE
- IDE - (Integrated Development environment)
- Eclipse , IntelliJ,Netbeans
-------------------------------------------------------------
10Oct2023
- Data Types
-------------------------------------------------------------
11oct2023
- return type(method)
-------------------------------------------------------------
12oct2023
- logical program on return type(debug)
-------------------------------------------------------------
13oct2023
- mini project on return type
-------------------------------------------------------------
14oct2023
- parameterized method
-----------------------------------------------------------
23Oct2023
- parameterized constructor
-------------------------------------------------------------
25oct2023
- Object class in java
- setter and getter file in java(pojo class)
-------------------------------------------------------------
26oct2023
- toString() method in Java
- static block and non static block
-------------------------------------------------------------
27Oct2023
- OOPS Concept(9am to 10am)
- Inheritance in java
------------------------------------------------------------
28oct2023
- method overriding
------------------------------------------------------------
30oct2023
- Java Type Casting(data type case )
- Covariant return type(jdk 1.5 )(Interview )
---------------------------------------------------------------
31oct2023
- Access modifiers
---------------------------------------------------------------
01nov2023
- final keyword
- static keyword
---------------------------------------------------------------
02nov2023
- super and this keyword
--------------------------------------------------------------
03nov2023
- Polymorphism in java
- method overloading
- Narrowing concept (interview)
--------------------------------------------------------------
04nov2023
- Method overriding
---------------------------------------------------------------
06nov2023
- Abstraction in java
- Abstract class
--------------------------------------------------------------
07nov2023
- interface
--------------------------------------------------------------
08nov2023
- interface and abstract class
- Encapsulation (setter // getter )
------------------------------------------------------------
08nov2023
- Mini project on OOPS (BankApplication)
--------------------------------------------------------------
21nov2023
- Aggregation/Composition in Java (HAS-A reln)
-------------------------------------------------------------
22nov2023
- Array in Java
--------------------------------------------------------------
23nov2023
- String class in java
--------------------------------------------------------------
24nov2023
- String class compare
- StringBuffer and StringBuilder
-------------------------------------------------------------
25nov2023
- Serialization and Deserialization in java
-------------------------------------------------------------
27nov20223
- Exception Handling
- try catch block example
-------------------------------------------------------------
28nov2023
- try catch and finally block
- inner try catch block
--------------------------------------------------------------
29nov2023
- try with multiple catch block(interview Questions)
- try with pipe operator (jdk 1.7)
- exception error message priniting ways
-------------------------------------------------------------
30nov2023
- throw and throws keyword in java
-------------------------------------------------------------
01dec2023
- custome excetion in java
- return type example
- overriding rule
-------------------------------------------------------------
02dec2023
- Collection frameworks
- list interface
------------------------------------------------------------
04dec2023
- examples on list
-------------------------------------------------------------
06dec2023
- set interface (HashSet,LinkedHashSet,TreeSet)
--------------------------------------------------------------
06dec2023
- map interface(hashmap, treemap,linkedhashmap)
---------------------------------------------------------------
07dec2023
- example on map interface