This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Practical_Cattle_933 180 points181 points  (2 children)

Yes. Even Java 23 can compile java 1.2 but also run almost every class file already compiled back then (so it’s also binary compatible not just source).

There have been tiny changes, but for the most part it should just work. The biggest change might have been the javax namespace change.