what is difference Between Core Java and advance java
Answer Posted / nishant lokhande
Core java is a foundation which include OOP's Concept like
Inheritance,Plymorphism(Static Polimorphism and Dynamic
Polymorphism),Incapsulation. Current version in market is
jdk 1.6. Without knowledge of core java it is not possible
to understand advance java. Advance java contain topics
like RMI(Remote Method
Invocation),Servelet,JSP,EJB,STRUCT,Hibernet.
In market,
J2SE means Core Java
J2EE(rmi,servlet,jsp,ejb,hibernet,struct,jdbc) AND J2ME
means Advance java
We can use core java concept in J2EE AND J2ME.
If you have knowledge of Core java you can easily learn
J2EE OR J2ME.
for more details about core java please refer Kthey Siera
6.0 certification book
Thanks and Regards
Nishant Lokhande
nishant.lokhande19@gmail.com
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Is a char always 1 byte?
Is java same as core java?
What is ascii format?
What do you understand by overloading and overriding in java?
Is nullpointerexception checked or unchecked?
Why do we use variables?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What are the different types of collections in java?
What is the difference between jfc & wfc?
What is sorting in java?
What is a java list?
What are the differences between stringbuffer and stringbuilder?
what is a thread pool in java and why is it used?
What is e in java?
What type of language is java?