what is difference Between Core Java and advance java
Answer Posted / sunilchharia
Java is a programming language . All fundamental concepts and theory of the language comes under J2SE some time called core java.
In advanced java all basic concepts are same but here we are introduced with the frameworks of Java, that are for networking,web,network based application etc... it is callled J2EE(java 2 enterprise Edition) or Advanced java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Can a top level class be private or protected?
Write a factorial program using recursion in java?
What is instance example?
What is primitive array?
What is use of set in java?
What is the difference between comparison done by equals method and == operator?
What is a variable analysis?
What is array list in java?
What is meant by singleton class?
When should I use singleton pattern?
What is enhanced loop in java?
What does flag mean in java?
Is java 9 released?
What is t in generics in java?