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
Where is const variable stored?
What are multiple inheritances? Is it supported by java?
What is difference between local variable and global variable?
Why singleton pattern is better than creating singleton class with static instance?
How to print nodes of a Binary tree?
Which class is the superclass for all the classes?
How to make a read-only class in java?
What is the difference between a synchronized method and a synchronized block?
What are the three types of design patterns?
Can a class be protected in java?
Explain when classnotfoundexception will be raised ?
What is a variable in java?
How to convert string to char and vice versa?
Can we execute a program without main?
What is the hashcode () and equals () used for?