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 |
Why can't we use static class instead of singleton?
How is java hashmap implemented?
Difference between Web-based applications,Client- Server applications and Distributed applications?
What are the two categories of data types in the java programming language?
What is a java predicate?
What does this () mean in constructor chaining concept?
What is an event?
What is java oops?
What is java in detail?
Why is a singleton bad?
What are extraneous variables examples?
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?