Quote:
|
Originally Posted by TiggsTours A list of all versions of Java |
Java source code in theory should be highly portable (
I know, don't start), that's pretty much the entire raison d'etre for the language, so it may not be a problem.
Having said that, Java is (broadly) divided into 3 types:
- J2ME (Java 2, Mobile Edition) - for phones and PDAs
- J2SE (Jave 2, Standard Edition) - for PCs and small servers
- J2EE (Java 2, Enterprise Edition) - for larger-scale servers.
http://www.sun.com/java/about/ gives further explanations and links.
Of course, the code is compiled onto different platforms, but I assume you're talking about the source code here...
As for the others - brain has gone, I'll leave it to clever people...