Java Tutorial Updated!
By Tori Wieldt on Mar 06, 2013
An update of the Java Tutorial has gone live. This March 2013 edition of the tutorial contains early access information on some upcoming Java SE 8 features:
- Lambda expressions, a result of the work of Project Lambda, are a feature being added to the JDK 8 release of the Java platform. Lambda expressions support programming in a multicore environment by adding closures and related features to the Java language. An early access page on Lambda Expressions is part of this tutorial release. As part of this work, the information on Nested Classes, Anonymous Classes, and Local Classes have been updated and a new page on When to Use Nested Classes, Local Classes, Anonymous Classes, and Lambda Expressions has been added.
- The Annotations page has been moved and expanded to be a full Annotations lesson. The new lesson includes information on Java SE 8 features: Type Annotations, which can be used in conjunction with pluggable type systems for improved type checking, and Repeating Annotations.
- The lesson Service Providers for Internationalization includes the new section Installing a Custom Resource Bundle as an Extension, which shows you how to load resource bundles with service provider interfaces (SPIs). These interfaces enable you to create applications that you can extend, through plug-ins or modules, without modifying their original code base. See the new section Creating Extensible Applications for more information.
Note that this new material is currently available online only.
Originally published on the Java Tutorial blog by Sharon Zakhour on Mar 01, 2013.
from where can i download this material(Java Tutorial Updated),mail me back soon at given mail address
Posted by Deepak on March 15, 2013 at 05:30 AM PDT #
i want to get java tuorial
Posted by musa on March 15, 2013 at 01:48 PM PDT #
Any timeline for the release of the Java SE 8 and Java SE 8 Professional certification?
Posted by guest on March 24, 2013 at 07:29 AM PDT #
Here's the proposed Java SE 8 schedule:
http://openjdk.java.net/projects/jdk8/
No schedule yet Java SE 8 Professional certification.
Posted by Tori on March 25, 2013 at 10:22 AM PDT #
What is thi project lambda...Can you give me some more details
Posted by guest on April 02, 2013 at 09:31 AM PDT #
The Lambda project is here http://openjdk.java.net/projects/lambda/
Posted by Tori on April 04, 2013 at 01:56 PM PDT #
hi, i want a Java Tutorial . thank you .
Posted by guest on April 09, 2013 at 03:41 PM PDT #
The Java Tutorials are available online here
http://docs.oracle.com/javase/tutorial/
Posted by Tori on April 16, 2013 at 01:40 PM PDT #