Java - Features PDF
Java - Features PDF
3) Object Oriented
5) Distributed
Contd . . .
Features of Java
8) High Performance
Java performance is impressive for an interpreted
language, mainly due to the use of intermediate
bytecode.
According to Sun, Java speed is comparable to the
native C/C++.
Java architecture is also designed to reduce
overheads during runtime.
Further, the incorporation of multireading
enhances the overall execution speed of Java
programs.
Features of Java
Contd . . .
Features of Java