answersLogoWhite

0

Core Java has to do with the basic package of Java objects that are typically used for general desktop applications. These objects come in the 'Standard Edition' of Java

Advanced Java could actually refer to any advanced topic having to do with Java programming-- and there are many.

The other packages that you will typically see being referred to in opposition to Core Java are Enterprise Java and Micro Edition. Enterprise Java is largely business and network oriented, and Micro Edition is what is typically used for hand-held devices.

The difference is that core java is the fundamental for java that will be used in any java technology without this no one can jump on any advance java technology.

Where as advance java is specialisation in some domain, such as networking, web, DCOM or database handling.

And more over core java packages are always started with "java"

e.g.java.lang.....

where as advance java are always with "javax"

e.g.

javax.servlet....

Core Java uses the console for Input and output i.e - DOS Prompt

Advanced Java is more on the GUI side with a Window,Buttons,Frames,TitleBar,etc.

and is used to create more client-server based applications and applets.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is Difference between java and core java?

Java or Java SE comes with the standard library, with all the crazy classes to make life easy. Java Core does not come with most of these classes, so that it is a lot smaller.


What is the Exact difference between core java advanced java?

Core java consists of basics of java language (OOP, Threading, Exceptions, Collections, Annotations, Internationalization etc) along with other technologies like JDBC, Servlets. Advanced java is the next step of core java. This consists of JSP, EJB, Beans etc.


What is the difference between Java and core Java?

When most computer users think of Java, what they are really thinking of is Java core, which is the standard edition that is used in most basic computer applications. The term Java in and of itself is a more broad term that can cover both the standard edition and more advanced applications.


What is difference between java 2 and java 5?

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.


Is there any difference between java and j2SE?

Core Java and J2SE are the same thing, which is the set of classes to be found in the rt.jar package. The classes were just given different names at different stages of the continued revisions to the Java Runtime Environment.


Major difference between c and java?

Java is object oriented, C is not...


What is the difference between connectivity in java?

kamina


What is difference between connectivity in java?

kamina


What is the main difference between UNIX and JAVA?

Unix is an operating system, Java is a language.


Difference between recordset and resultset in java?

Rowset


What is the difference between dual core and atom processor?

What is the difference between dual core and atom processor?Read more: What_is_the_difference_between_dual_core_and_atom_processor


What are the features of core java?

Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java