what is difference Between Core Java and advance java
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
What is class forname?
What is java algorithm?
Can one thread block the other thread?
What is the blank final variable?
What is stringbuffer in java?
What are different types of constants?
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?
what is prepare statement? what is calabedtarement?
Name four container classes.
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Can an interface extands a class?
Is char * a string?