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
Why declare Main() method as a static in java ?
What is string in java is it a data type?
Does google use java?
What are advantages of exception handling in java?
Can we have multiple classes in single file ?
What is meant by data hiding in java?
What is the purpose of using the java bean?
What are default methods ?
Explain the concept of hashtables?
What are selection structures?
What is the use of static methods?
What is formatted output in java?
What are the core java topics?
Explain the reason behind ending a program with a system.exit(0)?
Describe the syntax of multiple inheritance? When do we use such an inheritance?