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 |
Is java programming easy?
How to create a fecelet view?
How is Garbage collection done in Java?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
What is the diff. b/w Interfaces & Abstract class?
What is bufferedreader in java?
Can we declare the main method of our class as private?
How do you clear a method in java?
can u override the start() method of Thread class
Why are functions called methods in java?
how to handle exceptions in ejb?
what is inner class?