| Author |
can we using syntax of jdk1.4 in jdk1.5 ?
|
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
hi, good day, if i code in style and syntax of jdk1.4, is it possible it can run in jdk1.5 ? any limitation on compatibility between 2 version? thanks for guidance
|
 |
Surendra Kumar
Ranch Hand
Joined: Jul 04, 2006
Posts: 87
|
|
Yes, you can do that. 1.5 is compatible with 1.4.
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
|
However, you may get some warning messages, especially related to Collections. But these warnings can be suppressed by suitable use of special Annotations.
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: can we using syntax of jdk1.4 in jdk1.5 ?
|
|
|