Crisp and clear explanation, loving it. Every complicated topic has been clearly explained with easy examples. Best part is the duration of the video, it is shot and right to the point with no unnecessary explanations that usually confuse students. Love to see more lectures from you Bharath, specially advanced topics of Java. - Nagesh Phaniraj
A very nice explained all the concepts ...Helped to understand core java concepts thoroughly ... Very nice distribution of chapters ... -Anil Suresh Choundaj
The course is detailed. The instructor is always ready to help you with a different problem and also advise you about java courses and java certification required to be a successful java developer. - Tshering Gurung
Learn and use thetop features all the way java 17
Master the Object Oriented Features andJava Language
Install JDKand theEclipse IDE
Execute your first java program and understand the building blocks of a java program
Learn Static and Non Static Contexts used in every java program
Use Datatypes, Literals, Variables and Typecasting
Understand and useWrapper Classes and Autoboxing
Specify different access modifiers
Define logic usingconditional statements, looping constructs
Use packages to organize code
Implementinheritance ,abstraction, polymorphism and encapsulation
Understand interfaces, their importance, and their uses
Use abstract classes andinterfaces to implement abstraction
Develop Multithreadedapplications.
Implement Inter Thread Communication
Use Executor Framework to easily spawn off threads
Handle Exceptions
Read andWrite files using theI/O StreamsAPI
Understand and use the variousJava CollectionClasses
Use Concurrent Collections and Enums
Implement Internationalization and also use annotations
See how reflection API can be used to dynamically load classes ,create objects and invoke methods
Gain debugging skills
Work on various usecases and coding problems
Learn and use thejava 8 features such as lambdas, functional interfaces, predicates etc in simple terms
Learn the internals of the Java Virtual Machine