Hi In this core java programming course below topics will be covered
Introduction to java
C vs c++ vs java
Basics
Variables and data tyapes
Types of variables
Operators
Control statements
Typecasting
Arrays
Functions
Oops i.e object oriented concepts that has encapsulation inheritance types of inheritance polymorphism abstraction
Abstract classes interfaces
Constructors
Keywords like final static super this
Multithreading
creating thread using thread class and runnable interface
wait notify notify all sleep join
Exception handling
try catch throw throws finally
Input output
Reading and writing files
Scanner class sysytem.in system.out
Reading and writing strings
buffered reader ,input stream reader, object stram reader , file, file reader file writer classes,
Serialization serializable interface
Collections framework
Collection Set list and queue interfaces
Array list
Linked list
Tree set
Hash set
Linked hash set
Priority queue
Iterator list iterator
For each loop to traverse elements
Map
hash map tree map and linked hash map
Comparator