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 mdb and what is the special feature of that?
What are the call back methods in entity bean?
What happens when a thread cannot acquire a lock on an object?
How to deploy Jar, War files in J2EE?
How many times may an objects finalize() method be invoked by the garbage collector?
Explain RMI Architecture?
What is an abstract method?
How can I scroll through list of pages like the search results in google?
What is the purpose of the wait() method?
What is prototype?
Do you think that java should have had pointers?
Define the remote object implementation?
What are the difference between RMI and CORBA?
What is the immediate superclass of the applet class?
Are we allowed to change the transaction isolation property in middle of a transaction?