what is difference Between Core Java and advance java
Answers were Sorted based on User's Feedback
Answer / vasuanee
THERE ARE 3 CONCEPTS ARE THERE J2SE, J2EE, J2ME, NO ADVANCE JAVA,THROUGH J2SE WE CAN DEVELOP STAND ALONE APPLICATIONS WHICH CAN RUN ON SINGLE SYSTEM, THROUGH J2EE WE CAN DEVELOP DISTRIBUTED APPLICATION WHICH CAN RUN ON MULTIPLE SERVERS.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / s.k.kheria
java is the concept of oops & not the o.s. based.core means
essential or starting concept &advance means its extra
features thus nothing is core & advance.........java is only
the j2se,j2me,j2ee.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siva
In core java we are learning only how to develop a java
application and how to run applications on local machines
but ,advanced java gives the information about how we are
developing server side applications and provides
information about connection b/w front end and backend
by using serve lets ...........etc
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajeev
The difference between Core Java and Advance Java is that in
Core Java we only use the basics of Java Language such as
java console programming, control statements, array,classes,
objects ect. It is all about to understand the fundamental
of Java Programming. In Advance Java we use more inbuilt
tools and classes. These are used by the programmer without
go in to detail how its work and execute. But a programmer
who has the knowledge of core java can actually understand
the background working of advance java tools and inbuilt
programs
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / yash kumar
what i hv learned till now according that there is no any
difference b\t core java & adv java ,,but dew to enhancing
some special basic java became adv java,
core java = basics about oops concept & u able to create
some window based application,,
adv java = about new features including core java by that u
can create web based application,,
,,,,,,,but in professional way there is no any core and
adv.;; only editions of java:
-j2se
-j2ee
-j2me
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / student
friends this might of some use
http://java.sun.com/developer/onlineTraining/Programming/JDCBook/
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / amit naokar
core java is d base 4 all other java edition. it deals only with d simple client side applns. one cannot understand what is adv. java without knowing d core java. now, adv. java deals with more complex clien and server server side appln with d help of other concepts such as jsp, struts, hibernate, servlets. advance java includes j2ee,j2me which r used to create more advance n enhanced appln.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / thaslima
my point of view core java is fundamental which we learn as
basics... where as advanced java is deal with
webserver,clientserver and so on......
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rohit
core java & advance java is having difference . core java is basic part of java programing language and advance java is extenuation of core java.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / varsha
core java is the basic part of java technology where as advance java is the application of core java
Is This Answer Correct ? | 0 Yes | 0 No |
How to create com object in Java?
In the below example, what will be the output?
What is runtime locatable code?
Can a private method of a superclass be declared within a subclass?
If you do not want your class to be inherited by any other class. What would you do?
What are the differences between graph and tree?
what models are available for event handling?
what is difference between signed & unsigned char?
Does java list allow null?
Is call by reference possible in java?
What are java methods?
What is boolean law?