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 |
Why is string buffer better than string ?
what is java bean?where can we use it?
What is not object oriented programming?
Why we override equals() method?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
What collections you have worked on? Internal working of Hashmap?
Is Constructor possible in abstract class in java ?
Can constructor be static or final?
What are the new features in java 8?
Is java call by value?
Why java is considered dynamic?
How is hashset defined in java?