java                   


Features Of Java:-

1:-Simple: Java is designed in a way that once you understand the basic concept of OOP in java then it would be easy to master.

2:-Robust: Java allows elimination of error-prone situations by emphasising mainly on compile time error checking and runtime checking.

3:-Secure: The property of encapsulation enables java to develop virus-free ,tamper-free system.

4:-Object Oriented: Java supports the Object Oriented Programming paradigm with OOP features.

5:-Platform Independent: Through the JVM, Java applications can be run unmodified on any platforms.

6:-Architectural-neutral: Java compiler generates  an architecture-neutral object file format which makes the compiled code to be executable on multiple processor in the presence of Java runtime system.

7:-portable: Java is architectural neutral and has no implementation dependent aspects, thus, making Java portable.


8:-Dynamic: Java programs can carry an extensive amount of run-time information that can be used to verify and resolve accesses to objects at run-time.

Post a Comment

Previous Post Next Post