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 |
What is the final blank variable?
What is exception and error? and what is the difference between them?
What is a container in a gui?
Does apple use java?
why java is platform independent?
How we can run a jar file through command prompt in java?
what is java bean?where can we use it?
What is the difference between post and put?
What is the difference between the prefix and postfix forms of the ++ operator?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an <applet> tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.
Differentiate constructor and a method and how are it be used?
How can you say java is object oriented?