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 |
How many java versions are there?
What are the features in java?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
What is a local, member and a class variable?
What are invisible components?.
What type of language is java?
What is pass by value?
What is return code?
why should we get the following error ? Exception in main method NoClassDefFoundError:classname could anyone give the detail clarification on how java compiler can look for .class file?
What is exception handling in java?
What is the core java?
Why string objects are immutable in java?