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 ripple effect?
What is ioc concept?
How would you detect a keypress in a jcombobox?
Explain about local interfaces.
What are the purpose of introspection?
Explain ioc concept?
What are the different approaches to represent an inheritance hierarchy?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the difference between the string and stringbuffer classes?
What is a policy?
Difference between swing and awt?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Explain how will the struts know which action class to call when you submit a form?
What is a modular application? What does module-relative mean?
What are the design considerations while making a choice between using interface and abstract class?