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
How do you call a reference in java?
How to perform selection sort in java?
Explain methods specific to list interface?
What do you mean by composition in java?
What is the use of 'super' keyword inside a constructor?
What is meant by final class?
What are the steps that are followed when two computers connect through tcp?
When will you define a method as static?
What is the difference between scrollbar and scrollpane?
Can we create our own wrapper class in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Can an interface have a constructor?
Why java is made?
Why is multiple inheritance not supported in java?
What about main() method in java ?