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

Can static methods access instance variables in java?

0 Answers  


How do you use substring in java?

0 Answers  


What does index mean in java?

0 Answers  


How do you sort in descending order in java using collections sort?

0 Answers  


Explain java coding standards for methods?

0 Answers  






Is 0 true or is 1 true?

0 Answers  


What is arraylist class in java?

0 Answers  


what is the significance of listiterator in java?

0 Answers   IBS,


What is an exception?

6 Answers  


What is the difference between inheritance and encapsulation?

0 Answers  


What is final class?

0 Answers  


Which is better arraylist or vector?

0 Answers  


Categories