Compatibility of Java 1.2 & 1.4 interfaces

Q

qazmlp

How much compatible Java 1.2 & 1.4 interfaces?
Where can I get the compiled list of such interfaces which are not compatible?
 
P

P.Hill

qazmlp said:
How much compatible Java 1.2 & 1.4 interfaces?
Where can I get the compiled list of such interfaces which are not compatible?
How about:

http://java.sun.com/j2se/1.4.2/changes.html

But I think you'll find 99.9999% of everything is UPWARD compatable.
That is, if it ran under the old release it will run under the new.
Even 1.4 to 1.5 (5.0) things are mostly clean in an upward direction.

-Paul
 
C

Chris Smith

P.Hill said:
But I think you'll find 99.9999% of everything is UPWARD compatable.
That is, if it ran under the old release it will run under the new.
Even 1.4 to 1.5 (5.0) things are mostly clean in an upward direction.

Notable exceptions that I've run across include:

1. Some low-level code that implements standard API interfaces, such as
JDBC drivers.

2. Any moderately complex code dealing with component focus management
in Swing.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top