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

Name the method that is used to set a TextComponent to the read-only state?

1 Answers  


What is pojo class in java?

0 Answers  


Write a method that will remove given character from the string?

0 Answers  


How is object created in java?

5 Answers   Cap Gemini,


What are the types of java?

0 Answers  






What is natural ordering in java?

0 Answers  


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

0 Answers   Genpact,


What is boolean law?

0 Answers  


Explain the difference between static and dynamic binding in java?

0 Answers  


What is the purpose of the runtime class in java programming?

0 Answers  


Is class forname reflection?

0 Answers  


What is string variable?

0 Answers  


Categories