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
Which sorting algorithm is best in java?
write a program that list all permutations of ABCDEF in which A appears before B?
What are the access modifiers available in java?
Which variables are stored in stack?
Which one of the following suits the description of a string better: derived or primitive?
What are the different types of sorting in java?
Can It is possible to synchronize the constructor of a Java Class?
What is exception propagation?
What is the difference between post and put?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Why singleton is not thread safe?
What is a method in coding?
Is java written in c?
How will you serialize a singleton class without violating singleton pattern?
What is unsigned char?