The features of Java are described as follows:
Abstraction: Hiding unnecessary details from the user.
Inheritance: Maintaining a hierarchy and reusability of code.
Encapsulation: Protecting the data of a class by providing access only through methods.
Polymorphism: Using same name for performing different functions. For example,function overloading.