Abstract Class In Java

In Java, an abstract class is a special  class that cannot be used to create objects directly. Instead, it provides a template or example for copying other classes. 

Click Here

Interface In Java

 In Java, an interface is a reference type that defines a set of summary methods. It serves as a contract or blueprint for the class to follow. 

Click Here

Collection Framework In Java

Click Here

Generics In Java

Click Here

Exception handling

An exception in Java is an occurrence that modifies the usual course of a program's execution. 

Click Here

Multithreading In Java

The multithreading functionality of Java enables the concurrent execution of several threads. A thread, a tiny sub-process, is the smallest processing unit.

Click Here

Lambda Expression

The new and significant lambda expression feature of Java was added in Java SE 8. 

Click Here

For More Such Content 

Click Here