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
What are the java ide’s?
What is the size of boolean variable?
What is concurrent hashmap and its features?
How does compareto method work?
How many bits is a char?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Is null an object java?
What is bytecode verifier?
What is garbage collector?
How to store image in arraylist in java?
Explain about exception propagation?
What are the ways to instantiate the class class?
What is method overloading and method overriding?
Explain about fail safe iterators in java?
Write a program to reverse a number in java?