Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the difference between Java and C++?

0 Answers   Integreon, TCS, ZS Associates,


Urgent requirement of JAVA/.NET/QA in a CMMI level3 MNC for Pune location.

0 Answers  


What is void data type?

0 Answers  


Explain the advantages of packages in java?

0 Answers  


Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.

1 Answers  


what is meant by serialization?

7 Answers  


Have you used any version control ? if so explain about it?

2 Answers  


Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


what is Inheritense

3 Answers   Tech Mahindra,


What does this () mean in java?

0 Answers  


Difference between this(), super()?

12 Answers   College School Exams Tests, Oracle,


Categories