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 to perform binary search in java?
What does null mean in java?
Differentiate between postfix and prefix operators in java.
Program to print 1 1 2 1 2 3 1 2 3 4 like that
How many bytes is a string?
Which class is used by server applications to obtain a port and listen for client requests?
What is anonymous inner class?
What are the performance implications of interfaces over abstract classes?
What are passing parameters?
Which class contains a method: cloneable or object?
What is difference between Iterator and for loop
What are generic methods?