Can Anybody tell the diff b/w jdk1.6 and latest version.
Answers were Sorted based on User's Feedback
Answer / sai
Hi Bharathi Thanks for your Ans.But Im asking about java1.6
and latest version.
Ex:diff between jdk1.5 and jdk 1.6.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / bharathi
In truth, they both meant the same..SUN decided to switch to
majar version as acclaimed with "marketing geniuses". so
changed java1.5 and java1.6 as java5 and java6 respectively.
As well as others java1.2, java1.3 and java1.4.. but java1.3
and java1.4 was pick up and is referred to java2 only. when
java used for context as a technology or platform it is
meant as java6(major version) but when speaking as product
for implementing the technology is meant as java1.6.
| Is This Answer Correct ? | 1 Yes | 4 No |
How many bits is a 64 bit byte?
Describe how to implement singleton design pattern in struts.
Can I override protected method in java?
What is data object example?
What is the function of static in java?
When should I use abstract classes and when should I use interfaces?
What is immutable state?
What is lifetime variable?
What are the types of methods in java?
What is an inner class in java?
Difference in the use of print, println, and printf.
what is difference between Exception and Error?