By nikosmar
via javacodegeeks.com
Published: Oct 19 2012 / 04:50
JSR-166(y) is the official name of this new feature which is included in Java 7. If you notice there is a 'y' in the name, this is because JSR-166 (Concurrency Utilities) is being added since Java 5, but it wont stop here as there are already plans to add new classes in Java 8 under the JSR-166(e). Check this page maintained by Doug Lea, the creator of JSR-166, for more information.
Add your comment