what is difference Between Core Java and advance java
Answer Posted / gini
this is only a naming convention.....the standard edition ie j2se is known as core java and the enterprise edition i.e. j2ee is known as the advanced java.So there is nothing wrong if someone uses these terms as well.Although the above mentioned differences like j2ee being for stand-alone and j2ee for enterprise applications(not only web applications)are also correct.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where is java located?
What is the use of jtable?
What is an empty class? What functionality does it offer in Java?
What is variable and rules of variable?
What is a boolean used for?
What modifiers are allowed for methods in an interface?
What do you mean by an object in java?
Define iterator and methods in iterator?
How do weakhashmap works?
Justify your answer that you can't define a method inside another method in java, if you can then how?
Can you declare an interface method static?
Can we call thread start () twice?
How do you allocate memory to object?
How do I print a “?
Why we override equals() method?