| Author |
core java Versus Java
|
ssantha kumar
Greenhorn
Joined: Aug 18, 2006
Posts: 7
|
|
Can somebody tell, what is the difference between core java and java?
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
There's no difference. There is Java SE (Standard Edition), which is the standard Java for desktop computers. There is nothing that is officially called "core Java", but when people talk about is, they most likely mean "Java SE". There is Java ME (Micro Edition), which is Java for small devices such as mobile phones. There is Java EE (Enterprise Edition), which is a set of APIs on top of Java SE for enterprise applications (mainly software running on servers).
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Raghavan Muthu
Ranch Hand
Joined: Apr 20, 2006
Posts: 3327
|
|
The "Core" part of the Java language has been used as "Core Java" which obviously means the same "Java" or "Java SE", that serves as a base for other editions of Java like "Java EE", "Java ME" as well. [ December 23, 2007: Message edited by: Raghavan Muthu ]
|
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: core java Versus Java
|
|
|