What are the characteristics provided in jdk1.6 apart from
other versions?
Answer Posted / 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 |
Post New Answer View All Answers
What are green threads in java?
What is the difference between hashmap and hashtable? What is an interface?
What does int argc char * argv [] mean?
How do you implement polymorphism in our day to day life?
Is array a class in java?
What is a java object and java application?
I want to persist data of objects for later use. What is the best approach to do so?
Can we assign integer value to char in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Explain with example the concept of constant variable in java.
Why we use protected in java?
What is string immutability?
List implementations of list interface?
Can we use a default constructor of a class even if an explicit constructor is defined?
What are the loops in java?