Features of Java

Features of Java gives more information about java supports concepts in order to learn concepts of Java,There are many features in Java,in that some of the features are listed below.

  1. Easy to Learn
  2. Object-Oriented
  3. Platform independent
  4. Secured
  5. Robust Programming
  6. Architecture neutral
  7. Dynamic
  8. Interpreted
  9. High Performance
  10. Multithreaded
  11. Distributed
Object Oriented

Object Oriented which tells about organize the Applications or Software in a combination of different objects and data which incorporates with behavior.Object Oriented Programming (OOPS) which is formerly OOPS concepts which simplifies the development and maintenance of the code.Below are the concepts covered in OOPS concepts.
  1. Object
  2. Class
  3. Inheritance
  4. Abstraction
  5. Encapsulation
  6. Polymorphism
Platform Independent

Platform Independent means Java supports all platform operating systems ,just you need to install java(JDK) in your machine,then it'll run all your java programs.There is no rule like Java only supports windows or Linux etc.

Java is secured why because all java .classes will run under JVM- Java Virtual Machine and after completion of Execution ,the main method will destroys.

Next Topic :  Simple Java Program