what is difference Between Core Java and advance java
Answers were Sorted based on User's Feedback
Answer / shabby
Though am not so sure bout this..but wat i know abt this topic is dat core java is the basics of java whyl adv. java studies java in depth..and is difficult compared to core...!
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / velayutham
here no core java and advance java only for java, j2ee, j2me
. U see the sun microsystem website version only deffer.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / raj
Java is the basic foundation,whereas the advanced java is the develpoment over it.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ravindra
basic of java
(class,object,inheritance,polymorphism,interface,thread )is
the core java or called j2se and networking base
(servlet,applet,jdbc,java bean)is advanced
java................
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / kinjal
Core java is a basic funda of the java programming while
with the advace java we can a dynamic and an attractive web
pages.
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / teppi
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 ? | 1 Yes | 3 No |
Answer / praveen sharma
In professional experience its No, But just to earn some
extra bugs institutions differentiate them.
in contrast can anyone tell me if URl comes under advanced
java and String creation comes under core java
new Url(<String>);
Please differentiate the above api specification !!
| Is This Answer Correct ? | 4 Yes | 8 No |
Answer / nikita pore
in core java we can just right basic code where as in
advanced java we can also design frontends
| Is This Answer Correct ? | 2 Yes | 14 No |
Answer / ullu ka cacha
java is java u know java
but advance java is advance in everything
means it is advanced
see that u know java but advance java know un u dont know her
why dear r u mad. advance java ne tera bigada kya jo uski
jindgi kharab krne me laga hai sala bewda
| Is This Answer Correct ? | 9 Yes | 21 No |
What is public/private protected in java?
Differentiate between the constructors and methods in java?
Define how does a try statement determine which catch clause should be used to handle an exception?
What are the different types of constructor?
What is meant by object oriented programming – oop?
what is the difference between static class and singleton class? can we create static class?
2 Answers L&T, Octazen, Vamsi Labs,
What is module in oop?
How many bytes is 255 characters?
IS method overriding is Duplication of Methods?
Why we need Finally with try? pls expain with ur example..
Is integer passed by reference in java?
Is it possible to instantiate the abstract class?