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 the elements of java?
Explain polymorphism citing an example.
Why super is first line in java?
What should I import for arraylist in java?
What is keyword auto for?
Explain the overview of UDP messaging.
Difference between this() and super() ?
Why we do exception handling in java and how many types of exceptions are there?
What are the four versions of java?
Can we execute java program without main method?
What state does a thread enter when it terminates its processing in java programming?
What Is Composition?
What is difference between path and classpath?
What is the impact of declaring a method as final?
What is main method?