Social Icons

Monday, 24 February 2014

Features of Java

Small
The  size of Java executable code is really smaller than the size of similar code generated by C++.

Object Oriented
Java uses object reference which is object oriented.

Simple
Being object oriented, Java is simple to learn. Java learning curve is only one small jump smoothly.

Platform Independent
Java uses a common platform which can understand by Java Virtual Machine (JVM).

Secure
JVM contains a bytecode verifier. It doesn't have direct access to the operating system resources.

Multithreaded
Java has a feature of concurrency .

Dynamic
Java has a kind of just in time interpreter.





No comments:

Post a Comment