Java 2 Standard Edition (J2SE) 5.0 supports features,such as Generics,Enhanced for loop autoboxing or unboxing.Typesafe Enums,varargs,Static import and Annotation.These features reduce the work of the programmer by shifting the responsibility of creating the reusable code to the compiler.The resulting source code is free from bugs because the errors made by the compiler are less.When compared to those made by programmers,Thus,each of the linguistic features is designed to develop Java programs in a easier way.
No comments:
Post a Comment