View Single Post
Old 30th-September-2005, 11:38 AM   #6 (permalink)
David Bailey
Formerly known as DavidJames
 
David Bailey's Avatar
 
Join Date: Mar 2005
Location: Norf Lundin
Posts: 14,729
Status: Yes
Blog Entries: 1
Rep Power: 8 Rep.: 4142
David Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant futureDavid Bailey has a brilliant future
Re: Tecchie Help Needed!

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...
David Bailey is offline   Reply With Quote