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
explain copyonwritearraylist and when do we use copyonwritearraylist?
When does a class need a virtual destructor?
What is the console in java?
What is static variable with example?
How do you make an arraylist empty in java?
What is nested top-level class?
Why we use multi threading instead of multiprocessing?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Do you need to import math in java?
What is nan in java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
How can I right-justify a string?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What will be the default values of all the elements of an array defined as an instance variable?
How do you classify Dialog Box?