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
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What does module-relative mean?
Why a client should be multithreading? Explain.
What are the difference between RMI and CORBA?
Do I need to import javlang package any time? Why ?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Which javutil classes and interfaces support event handling?
What’s jboss cache in short?
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?
Why is string immutable in java?
Why use POJO when I can use hashmap
Write a singleton program?
When a thread blocks on i/o?
What is the difference between the session.update() method and the session.lock() method?
What you mean by COM and DCOM?