Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Beginning Java
Is JDK6.0 can support all the java code worked in JDK1.3 ?
Jack Lau
Ranch Hand
Posts: 168
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Could anyone tell me is JDK6.0 can support all the
java
code worked in JDK1.3 ?
Thanks,
Jack
Michael Dunn
Ranch Hand
Posts: 4632
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
any Swing code written in 1.3 might have problems in 1.6 - the focus subsystem changed about 1.4
Ulf Dittmer
Rancher
Posts: 43081
77
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Generally, though, Java is backwards compatible - any code written and/or compiled using an earlier JDK will work on later JREs.
Rob Spoor
Sheriff
Posts: 22816
132
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Although the behaviour may be slightly different, like the example Michael mentioned. Any workaround for a bug in Java 1.3 may now actually do something you don't want it to do.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions
How To Answer Questions
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Which IDE supports jdk1.3 and EJBC 2.0 ?
Compilation problem
development environment:eclipse jdk6.0 +Tomcat6.0.host only support Tomcat4.0 what
problem with running the java code
Java 2 Applets
More...