what is difference Between Core Java and advance java

Answers were Sorted based on User's Feedback



what is difference Between Core Java and advance java..

Answer / vikash

core java is fundamental language and adavance java is
another part of java in which the extention of core java is
learned.

Is This Answer Correct ?    20 Yes 3 No

what is difference Between Core Java and advance java..

Answer / neo

Thou who are using the term "Advanced Java" (I don’t know… what aspect they are using it. They are illiterate and have to have upgraded themselves) they are misguiding people. Sun Microsystems has following products:
Java SE – Standard Edition (Base for rest of the Sun Products)
Java EE – Enterprise Edition
Java ME – Micro Edition

Is This Answer Correct ?    19 Yes 4 No

what is difference Between Core Java and advance java..

Answer / kunal

J2SE - JAVA TO STANDARD EDITION
J2EE - JAVA TO ENTERPRISE EDITION
J2ME - JAVA TO MOBILE EDITION

Is This Answer Correct ?    19 Yes 9 No

what is difference Between Core Java and advance java..

Answer / salvin francis

Core java would indicate any java technology that has
client side coding only.
a very simple example is a Calculator that you make using a
JFrame. Swing,awt are a part of core java itself


Advanced java is the term used to indicate any Server
client archietecture that you would use.
The most simplest example of advanced java code is that of
a web-based application that u would make using jsp and
servlets.



one of the posts here is correct that these two terms do
not exist rather someone has coined them,nevertheless they
are used quite frequently

Is This Answer Correct ?    12 Yes 7 No

what is difference Between Core Java and advance java..

Answer / sambasiva rao yalagala

core java is the standalone applications mainly onely
knowledge of oopsconcepts there is no security for busines
logic @ "ADVANCED JAVA"is the "two tire"application means
database conectivity provide security @j2ee is three tire
application

Is This Answer Correct ?    11 Yes 6 No

what is difference Between Core Java and advance java..

Answer / keerthi

Its true that there is no core java and advanced java.
There is no special advanced java.The institutes categorised the java that is included in their syllabus as core java ant the rest as advanced java.

Is This Answer Correct ?    8 Yes 6 No

what is difference Between Core Java and advance java..

Answer / nishant lokhande

Core java is a foundation which include OOP's Concept like
Inheritance,Plymorphism(Static Polimorphism and Dynamic
Polymorphism),Incapsulation. Current version in market is
jdk 1.6. Without knowledge of core java it is not possible
to understand advance java. Advance java contain topics
like RMI(Remote Method
Invocation),Servelet,JSP,EJB,STRUCT,Hibernet.

In market,
J2SE means Core Java
J2EE(rmi,servlet,jsp,ejb,hibernet,struct,jdbc) AND J2ME
means Advance java


We can use core java concept in J2EE AND J2ME.
If you have knowledge of Core java you can easily learn
J2EE OR J2ME.

for more details about core java please refer Kthey Siera
6.0 certification book


Thanks and Regards
Nishant Lokhande
nishant.lokhande19@gmail.com

Is This Answer Correct ?    5 Yes 3 No

what is difference Between Core Java and advance java..

Answer / sunilchharia

Java is a programming language . All fundamental concepts and theory of the language comes under J2SE some time called core java.
In advanced java all basic concepts are same but here we are introduced with the frameworks of Java, that are for networking,web,network based application etc... it is callled J2EE(java 2 enterprise Edition) or Advanced java.

Is This Answer Correct ?    2 Yes 0 No

what is difference Between Core Java and advance java..

Answer / sneha

In actual their is no core & advance java....their are only
three platform of java that are J2SE, J2EE AND J2ME but for
student we should understand these three platforms step by
step thats why the java is divided into two parts ie core
java & advance java to learn java in short time without any
confusion.

Is This Answer Correct ?    2 Yes 0 No

what is difference Between Core Java and advance java..

Answer / sweety lodha

There is no such concept of core and advanced java in
market.
some classes differentiate them just to earn money.
there r only three types:
J2SE
J2EE
J2ME

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is class forname?

0 Answers  


What is java algorithm?

0 Answers  


Can one thread block the other thread?

0 Answers  


What is the blank final variable?

3 Answers  


What is stringbuffer in java?

0 Answers  






What are different types of constants?

0 Answers  


what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?

3 Answers  


what is prepare statement? what is calabedtarement?

1 Answers   Symphony,


Name four container classes.

0 Answers  


In a container there are 5 components. I want to display the all the components names, how will you do that one?

0 Answers  


Can an interface extands a class?

5 Answers  


Is char * a string?

0 Answers  


Categories