91-9990449935 0120-4256464 |
New Features in JavaThere are many new features that have been added in java. There are major enhancement made in Java5, Java6 and Java7 like auto-boxing, generics, var-args, java annotations, enum, premain method etc. Most of the interviewers ask questions from this chapter. J2SE 4 FeaturesThe important feature of J2SE 4 is assertions. It is used for testing.
J2SE 5 FeaturesThe important features of J2SE 5 are generics and assertions. Others are auto-boxing, enum, var-args, static import, for-each loop (enhanced for loop etc.
JavaSE 6 FeaturesThe important feature of JavaSE 6 is premain method (also known as instrumentation).
JavaSE 7 FeaturesThe important features of JavaSE 7 are try with resource, catching multiple exceptions etc.
Next TopicAssertion In Java
|