what is difference Between Core Java and advance java
Answers were Sorted based on User's Feedback
Answer / chiranjiv
there is no much difference between these two just naming
different.core java is the beginning of java and also the
fundamental Ppart for those who are keen to learn java and
adapt to new java technologies so for that he/she needs to
learn the core concepts of java which sometimes is called
as core java only. any one who is mastered in core java
will find less difficulties learning other java technologies,
in addition to that J2SE(core java,stand alone
applications),J2EE(can be called advanced java,web
applications),J2ME(mobile technologies)l.
so last i will say no much difference i can say advanced
java is same as j2ee(enterprise edition)
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / azeem
core java is fundamental of java concepts like oops concepts.with out core java we cant move advanced concepts in java it is a heart of learning java language.Advanced java is used to develop web applications in that having concepts as servlets and jsp.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / seshaaaaaaa
Institutes like Naresh technologies in hyderabad made this
core java and advanced java. Actually Gosling doesn't divide
java into core and advanced.only javaaaaaaaaa is thereeee.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / simran
core java is basic fundamental knowledge of java which is based on oops concept.advance java is extended form of core java,which is for web application.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bakey
There is no difference between core java and advance java
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rattaiah
core and advanced java are not official terms these terms
are introduced by institutions.
as part of sun micro systsems the java language is divided
into three types
1) j2se (java 2 strandred edition )
2) j2ee (java 2 Enterprize edition)
3) j2me (java 2 micro edition)
j2se is basic for the java technology. after compleion of
this one we are eligible for adv java,android,Selenium
Testing........
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mamatha
core java is the fundamental part of the java technology .
Core Java Means the "Stand -alone" java applications.
for ex
Desktop Applications such as acrobat reader, media player, antivirus etc.
Advanced java are java Application An application that runs on the server side and creates dynamic page, is called web application. Currently, servlet, jsp, struts, jsf etc. technologies are used for creating web applications in java.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / namani supriya
According to my view Java is used for developing a website for high scale business enterprise. Institution people made the difference core and advance java.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ankush gour
I have been on Java for almost an year now, and I still have no understanding of what someone means when they say there are working on Java, or Core Java or Advanced Java? How do you differentiate between the 3 of them?
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirankumar
core java is the client side and it is used to develope window
where as advance java is network side n it is runs application
Is This Answer Correct ? | 2 Yes | 3 No |
How are the elements of a gridbaglayout organized in java programming?
How many bytes is a string java?
What are the ways of polymorphism other than Overridding & Overloading
How are this and super used?
What is a class object?
What is high level language in computer?
How can u create the Object of class Without using "New" opertor?
What is a priority queue java?
Is an array a vector?
What is the immediate parent class of the Applet class?
how can you take care of mutual exclusion using java threads? : Java thread
Is string is a data type in java?