What are the characteristics provided in jdk1.6 apart from
other versions?

Answers were Sorted based on User's Feedback



What are the characteristics provided in jdk1.6 apart from other versions?..

Answer / anuj

Java SE 6 specification focused on new specifications and APIs including:
–XML processing and Web services
–JDBC 4.0
–Annotation-based programming
–Java compiler APIs
–Application client GUI APIs

http://www.kingtraining.com/confdownloads/downloads/Java6Java5NewFeatures_slides.pdf

Is This Answer Correct ?    3 Yes 0 No

What are the characteristics provided in jdk1.6 apart from other versions?..

Answer / suresh royal

What ever people said in above those are all belongs to java 5 featurs not java6,,,

========================

JAVA 6 Features

XML and Web services support
– JDBC 4.0 support
– More Annotation types
- Console class
– More flexible annotation processing
– Jave compiler APIs accessible from programs
– Application client GUI enhancements for both
AWT and Swing

Is This Answer Correct ?    2 Yes 0 No

What are the characteristics provided in jdk1.6 apart from other versions?..

Answer / subba reddy

annotations,generics,auto boxing,

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More Core Java Interview Questions

What is the use of StringTokenizer class?

0 Answers   Hexaware, Virtusa,


What is the difference between array list and vector in java?

0 Answers  


What is the difference between procedural and object-oriented programs?

0 Answers  


What is re-factoring in software?

0 Answers  


What is the format of Inner Class after it compiled?

1 Answers  






How to overcome the exception object reference not set to an instance of object?

0 Answers   Wipro,


What is extension method in java?

0 Answers  


Are generics important java?

0 Answers  


why are there separate wait and sleep methods? : Java thread

0 Answers  


What is the preferred size of a component?

3 Answers   ITSA,


What does += mean in java?

0 Answers  


Why use string handling in Java?

0 Answers   HCL,


Categories