Saturday, 30 June 2012

High performance

Java performance is impressive for an interpreted language,mainly  
due to the use of intermediate byte code.According to Sun,Java speed is comparable to native C,C++.Java architecture is also designed to reduce overheads during runtime.Further,the incorporation of multithreading enhances the overall execution speed of Java programs.

No comments:

Post a Comment