DEV Community

Dev Ananth Arul
Dev Ananth Arul

Posted on

Java Features

1) Simple Syntax:
Java is easy to learn to remove complex features like Pointers and multiple inheritane.
2)Object oriented:
Java is object oriented language.It supports core concepts of OOP like..
Class
Object
Inheritance
Encapsulation
Abstraction
Polymorphism
3)Platform indepedent:
Java is platform indepedent because of Java Virtual Machine(JVM).
when it write a java code is compiled to compilers to converting an byte code
4) Interpreted:
5) Scalable:
6) Portable:
7) Secure and Rebust:
8) Memory Management:
Memory management in java is automatically handled an Java Virtual Machine(JVM).
9) High performance:
10) Multiple threading:
Java allows multiple threads to allow run at an same time.
11) Rich Standard Library:
12) Functional Program features:
13) Integration with other Technologies:
14) Support for mobile and web application:
15) Documentation and community support:

Top comments (0)