It's all about Java: Introducing Java 7: Moving Java Forward

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

Coding and best practices

 Write code or write code in right way... Writing a coding solution to a problem can be done in many ways. If the solution can be obtained w...