James Gosling: idealism, the Internet and Java, Pt I

Saturday 2 July 2011

Introducing Java 7: Moving Java Forward

Hey check out this!.....Oracle is going to introduce Java 7 on July 7


Some of the latest innovations and changes in Java 7 are:

1. A fully functional and supported NIO.2 filesystem provider for zip and jar files.
2. Small language changes and enhancements [Project Coin]
        Project Coin includes
              Strings in switch statements
              try-with-resource statements
              Improved type inference for generic instance creation
              simplified varargs method invocation
              better integral literals,
              and improved exception handling[multiple catch]
3. Support for Dynamically typed languages

For attending live webcast just by sitting at your desk and for registrations  click below link

To know features and other details



No comments:

Post a Comment

Popular posts

Demonstration of Java NullPointerException

NullPointerException causes and reasons Since Java is object oriented programming language, every thing is considered to be an object. and t...