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

How do you implement tree mirroring in java?

0 Answers   EXL, HCL,


What is constructor and virtual function?

5 Answers  


What is difference between classpath and path variables in java?

0 Answers  


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


what is a static block?

4 Answers  






What is dot operator?

0 Answers  


Nullpointer exception is a very common exception. Why is it not made as a checked exception?

2 Answers   Ness Technologies,


What are the access modifiers in java?

0 Answers  


Where is const variable stored?

0 Answers  


What are loops in java? What are three types of loops?

0 Answers  


What are inbuilt functions in java?

0 Answers  


What is the equal sign?

0 Answers  


Categories