Java 5 (Tiger) Features

Following are some of the Java 1.5 release:

  1. Static import
  2. @override annotation
  3. Covariant return types
  4. For each loop
  5. Auto Boxing/UnBoxing
  6. Varargs
  7. Scanner class
  8. Generics
  9. Type safe Enums
  10. java.lang.concurrent package
  11. Annotations (Metadata)




Comments

Popular posts from this blog

Java 5: Varargs

Difference between "== operator" and "equals() method"

Method Overloading Vs Method Overriding