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 |
How do you override a method?
Is break statement can be used as labels in java?
Describe the process as to how substring() methodology mechanisms in java.
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is singletonlist in java?
What is a return in java?
What is the scope or life time of instance variables?
Why do we use variables?
Why java is not a pure object oriented language?
what is meant by encapsulation?
What is nullpointerexception in java?
What is meant by serialisation and deserialisation?