answersLogoWhite

0

What is j2ee j2se j2me?

Updated: 8/11/2023
User Avatar

Wiki User

15y ago

Best Answer

J2EE = enterprise edition jdk. J2SE = standard edition jdk. J2ME = mobile edition jdk. standard jdk gets used for platform development, enterprise jdk for enterprise development and mobile jdk gets used for mobile development.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

J2ME: java to micro edition for applications which run on resource constrained devices like cell phones.

J2SE: java to standard edition and is normally for developing desktop applications.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is j2ee j2se j2me?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the parts of java programming language?

There are three Parts of Java. 1) J2SE 2) J2EE 3) J2ME


Which field has more opportunities j2me or dot net?

dot net for sure. dotnet is an overall term for C#, VB.Net, C++, J#, ASP.Net, etc. The applications are from web applications down to compact framework. The compact framework (run on Window CE) is the equivalent of J2ME (run on some PDAs only). But if J2SE or J2EE, it would be a wash. If you compare the job opportunities in Canada (the .net) to that of Chicago (the J2ME)... but if you compare Toronto (Window CE) and Chicago (J2ME)...


J2me apis and j2se apis?

You can find the Java APIs at Sun's website. See related links.


Is j2ee servlet development kit useful for developing servlets in j2se?

J2SE stands for Java 2 Standard Edition and I dont think Servlets are a part of it. Servlets are only part of the Java 2 Enterprise Edition.


Does servlet come under core java?

Core java comes with J2SE specification Web and distributed enterprise applications in java comes with J2EE specification


Is java is front end or back end?

Backend = software running on a server connecting to databases, mainframes, or simply just doing stuff. Frontend = the part a user interacts with. It might be an applet, web page, Swing application, or just about anything that can communicate with the backend.


What is the difference between java2 and j2ee?

Java2 is the 2nd incarnation of the Java language. There is J2SE(Java 2 Standard Edition) and J2EE(Java 2 Enterprise Edition). When one says Java2, typically J2SE is assumed.J2EE is just a subset of objects(classes, methods, enumerations, etc.) that relate to Enterprise applications. That includes database(JDBC), Servlets/JSP(web application programming and design), among a few other third party libraries for web services, networking protocols, etc.


What does J2EE stand for?

J2EE is an acronym for the Java 2 Platform Enterprise Edition (J2EE).


Abbreviation of j2ee?

The full form of J2EE is Java 2 Platform, Enterprise Edition (J2EE),


What is the structure of a J2ME program?

<J2ME> //Begin the body of the program here <Midlet> //This is where the midlet code goes </start-app> </pause-app> </destory-app> </midlet> </J2ME>


Advantage of java over j2ee?

HI, Java and J2ee java is for the stand alone application but j2ee is for the enterprise applications.


What is J2EE appilication server?

The J2EE application server is the server in which the j2ee application would run. Without the server a j2ee application cannot run. Some famous j2ee application servers are: a. Websphere b. Weblogic c. Tomcat d. etc