It's all about Java: Events
Showing posts with label Events. Show all posts
Showing posts with label Events. Show all posts

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



Popular posts

Atomicity with Java Programming Language

 Atomicity with Java What is Atomicity Atomicity, in computer science, is considered to be a property [ALL-OR-NOTHING], that the state of a ...