Sunday, September 4, 2011

JAVA 7 Edition




Think of a good programming language and the name that pops into your mind is simply JAVA. Java the best programming language of the world created by James Gosling and released in 1995 as a core component of Sun microsystems.
It was the first programming language that was independent of the platform it worked on. Using a virtual platform called JVM(Java Virtual Platfrom) Java has made itself platform independent while JVM is platform dependent. Users of java have enjoyed this wonderful programming language for years ever since 1995 and today they are going to enjoy Java 1.7SE or java 7.

Java 7 also codenamed as Dolphin was launched on 7th July, 2011 and was made available to the public on 28th July, 2011. It had 13 milestones and 8 builds which include bug fixes and enhancements that were released one after the other.

What's new?:New edition must have some new feature. So what's so new in Java 7?

  1. JVM supportfordynamic languagesdue to the prototyping work on java multi language virtual machine
  2. Compressed 64 bit pointers
  3. Language changes as follows:
  • Binary digits can be used. Example:
Click on image for larger image
  • Underscore character can be used in numbers in Java. Example:
Click on image for larger image
  • Improved type inference for generic instance creation
  • varags method invocation.
  • Catching multiple exception types and rethrowing exceptions with improved type checking.
4. Concurrency utilities under JSR 166
5. New I/O library file
6. Elliptic curve cryptography algorithms support in library level
7. Xrender pipeline for JAVA 2D
8. Enhanced library support
9. Upstream updates to XML and Unicode.

With these latest edition, Java has now turned up it's level up higher and above others! Hope that this goes on for centuries and Java remains in our computers forever!

[image courtesy: Webification.com]

No comments:

Post a Comment