Wt is the main difference between Java and Java J2EE and
Advanced java?
Answer Posted / priya
J2SE(standard edition)is for developing desktop
applications. This constitutes the core of java language.
J2EE(enterprise edition) came up when there was a need for
distributed programming.
J2ME(micro eidtion) is a subset of J2SE and it is used for
developing mobile applications.
| Is This Answer Correct ? | 57 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of the wait() method?
How messaging services are done, before release of JMS?
What are various types of class loaders used by jvm?
Explain about thread synchronization inside a monitor?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Describe responsibilities of Activator?
What are the steps to write p-to-p model application?
Why is actionform a base class rather than an interface?
What if the static modifier is removed from the signature of the main method?
Explain the different types of memory used by jvm?
How would you create a button with rounded edges?
What is the difference between static and non-static with examples?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is difference between object state and behavior?
Difference between hashmap and hashtable?