What are the characteristics provided in jdk1.6 apart from
other versions?
Answers were Sorted based on User's Feedback
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 |
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 is meant by class loader? How many types are there?
Difference between Array and vector?
How can final class be used?
what is auto boxing
what is object-oriented programming in java?
Difference between a MenuItem and a CheckboxMenuItem?
Howmany number of objects we can store in an ArrayList. Is there any limit?
What is the difference between interpreter and compiling ?
Explain about class in java?
What is flag in python?
How will you load a specific locale?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?