tell me fullform of j2ee &how It Is Advance copare to J2me
J2ee
Collapse
X
-
Tags: None
-
Originally posted by Pallavi Kadamtell me fullform of j2ee &how It Is Advance copare to J2me
Again to fully appreciate these technologies you have to read about them and work with them. They cannot be fully explained by a few posts here. -
Originally posted by Pallavi Kadamtell me fullform of j2ee &how It Is Advance copare to J2me
The full form of J2EE is 'Java 2 Platform, Enterprise Edition', but now it’s known as Java Platform, Enterprise Edition (Java EE)
J2ME is 'Java 2 Platform, Micro Edition', now known as Java Platform, Micro Edition i.e Java ME
Over the years Java has evolved into three different platform editions, each addressing a distinct set of programming needs:-
The Java 2 Platform, Standard Edition (J2SE) [now known as Java Platform, Standard Edition i.e Java SE]:
It’s the most commonly used of the Java platforms. Used for building a variety of applications from applets to standalone applications to client applications for various enterprise applications.
J2EE:
It’s the platform for building server-side applications which we mostly call as web applications.
J2ME:
It’s used for building Java applications for micro devices such as mobile phones, PDA’s etc.
There are innumerous books dedicated to all three platforms and a lot of online material, FAQ's, tutorials etc too; you just have to look for it.Comment
Comment