Monday, July 5, 2010

Jdk7.0 is out?

Well jdk7.0 is about to be released with few more changes and cool features.

=>Algorithm for Garbage Collector in this version of Jdk is such that it more efficient and takes less pause time.
So program execution is faster.They call it to be First GC.

=>Also swings has been made better by providing even more API.

=>There is a mechanism introduced to make 64 bit pointer compressed and fitted in 32 bit, this reduces the memory requirements and performance.

=>Implementation of standard Elliptic-curve cryptography (ECC) for making java application use ECC out of box.


=>Unicode has been upgraded to 5.1.


=>There are many new API introduced for IO operations.


=> Attempt has been made to make the language as Modularize as possible.


=>Changes in the loader class,here they have provided a method which closes the resources which might be any file and other stuff. 

1 comment: