what is difference Between Core Java and advance java
Answers were Sorted based on User's Feedback
Answer / ramneesh
See the diffrence is that core java is the fundamental for
java that will be used in any java technology without this
no one can jump on any advance java technology.
Where as advance java is specialisation in some domain , as
someone in networking,web,DCOM,or data base handling.
And more over core java packages are always started with
java.lang..... where as advance java are always with
javax.servlet....
Is This Answer Correct ? | 464 Yes | 77 No |
Answer / deepa
Core Java Means the "Stand -alone" java applications.
Whereas Advanced java are java Application which run on
Servers(Web Application)
Is This Answer Correct ? | 240 Yes | 51 No |
Answer / imtiyaz
According my knowledge there is no core and advanced java
in java world... we have only j2se,j2ee and j2me.
The fundamentals concepts of java which deals basically
with oops concepts and their implementaion in language can
called core java and the remaing is called adv.java for
your view to answer the question.
The core and adv contents which are providing in present
institutes are just a business logic.
if you want to know what we are having in core concepts
please go with sylabus details of certification exam of
j2se.
Is This Answer Correct ? | 267 Yes | 107 No |
Answer / ravikiran
core java is appicable for the for the standalone
applications
And advanced java is for web appications
Is This Answer Correct ? | 133 Yes | 34 No |
Answer / sriram
The difference is that,core java is of basic part of java
in which,if we understand core java then only we can
preceed to advance java.
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 ? | 108 Yes | 37 No |
Answer / sangeetha
core java is a fundamantal of java application
then advanced java is the web Application.
Is This Answer Correct ? | 86 Yes | 21 No |
Answer / ramakrishna
core java supports oops concept and advanced java supports
java beans and servelets
Is This Answer Correct ? | 91 Yes | 28 No |
Answer / jitendr kumar sahoo
core java is the fundamental part of the java technology
and one can to learn advanced java there is knowledge of
core java vey important.without any knowledge of core java
one cannot entry to the advanced java.core java is the base
part of the advanced java.In the core java one can create
a application,but to transminate the appllication in any
other enviornemt there is need of advanced java through
rmi,nerworking,applet and also servlet.
Is This Answer Correct ? | 78 Yes | 20 No |
Answer / eswar
According to my view the bussiness people i.e, institutions
make this Advanced Java. There is no such like
that....there are 3 java concepts,
J2SE, J2EE & J2ME only.... no advanced java
Is This Answer Correct ? | 120 Yes | 64 No |
Answer / tomoto
Then why the Institution people play with the students, i
was really confusion about this because when I asked
my friends every one says same thing I know core java and
advanced java that was really sucked my mind. finally guys
thats true there is no core and advance i know only
J2se,J2ee and J2me...
Thanks
Is This Answer Correct ? | 88 Yes | 35 No |
What is type inference in java8?
What is string pool in java?
Different types of modifiers?
What is boolean strategy?
Is it safe to install java on my computer?
What is an interface in java?
What is a thin-client application?
What is the this keyword?
How garbage collection is done in java?
What is casting?
Is empty .java file name a valid source file name?
What is the purpose of using the java bean?