answersLogoWhite

0

What is the full form of J2EE?

Updated: 8/11/2023
User Avatar

Wiki User

13y ago

Best Answer

"Java" refers to both a language and a platform. The runtime and libraries that comprise the platform are based on the Java language and come in 3 flavors: Java SE (Standard Edition): Formerly J2SE but renamed to Java Standard Edition when the Java 2 convention was dropped with the release of Java 5 (formerly J2SE 1.5). It contains a good all-around mix of general purpose libraries including JDBC (Java Database Connectivity), JNDI (Java Naming Directory Interface), RMI (Remove Method Invocation), AWT, and Swing. Java EE (Enterprise Edition): Formerly J2EE (see above). It includes Java Standard Edition plus most of the other Java technologies including JavaMail, Activation, JAXB (Java API for XML Binding), Servlets, JSF (Java Server Faces), JMS (Java Messaging Service), EJB (Enterprise Java Beans), and others. Most of the APIs are very component-oriented and are intended to provide pluggable interfaces for business components to form robust, distributed internet applications. Java ME (Micro Edition): Formerly J2ME. It includes most of Java SE and some additional APIs for handheld devices. Java Enterprise Edition is based on Java, but includes a larger set of libraries than Java Standard Edition, which to most people is synonymous with the word "Java." Note that many of the technologies featured in Java Enterprise Edition are available separately and can be added to the Java Standard Edition platform as needed. Hi! Java is a language and j2ee is a plateform which implements java language. Java can be divided into 3 categories
1.core java
2.advanced java
3.J2EE
core java and advanced java are the standard editions of java where as J2EE is the enterprise edition
witout completing core and advanced java u will not be able to understand J2EE

User Avatar

Wiki User

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

Wiki User

14y ago

J2EE: Java 2 Platform Enterprise Edition is basically used for web-based applications or network-based applications.

J2ME: Java 2 Platform Micro Edition version is used for small mobile devices, is a subset of J2SE.

J2EE stands for Java 2 enterprise edition for applications which run on servers, for example web sites.

J2ME stands for Java 2 micro edition for applications which run on resource constrained devices (small scale devices) like cell phones, for example games.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Core Java refers to the core or basic features of java like object orientation, inheritance, classes, objects, threads, etc. It is used to create simple java applications.

J2EE stands for Java 2 Enterprise Edition. It uses features like Servlets, JSPs, Struts, Hibernate etc which are all advanced J2EE concepts that are built on top of java. It is used to create enterprise class applications

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

J2EE components are JAR-style archives with a strict internal structure. All compiled Java classes of a J2EE application is packaged in J2EE components, which execute within containers inside a J2EE application server. In general, J2EE components consist of sets of compiled Java classes, any required resources (images, libraries etc.), and required XML configuration documents (known as deployment descriptors). As JAR-style archives contain a mandatory top-level directory (META-INF) holding a manifest file (MANIFEST.MF), J2EE components use that directory structure to contain the deployment descriptors. For web applications, the configuration directory is called WEB-INF instead of META-INF.

There are four types of J2EE component:

  1. Enterprise Applications. These components provide a top-level structure which contains any number of other J2EE components (except other J2EE Enterprise Applications). The JAR file holding an enterprise application has the suffix .ear, so Enterprise Applications are frequently referred to as EARs.
  2. Web Applications. These J2EE components may contain Servlets, Java ServerPages, Tag Library Definitions and plain Java classes or resources as required for proper operation. The documents and Java classes of Web Applications frequently create markup language (HTML, WML, XML, etc.) responses to requests from Web Browsers or business applications. The JAR file holding a Web application has the suffix .war, so WebApps are frequently referred to as WARs.
  3. Enterprise JavaBean Applications. These components hold server-side business logic packaged within Enterprise JavaBeans.
  4. Resource Applications. These J2EE components hold Java classes that act as drivers or communication gateways to Enterprise Information Systems (EISs). It is highly likely that the manufacturer of an EIS packages its driver into a J2EE resource archive (RAR).
This answer is:
User Avatar

User Avatar

Wiki User

13y ago

J2EE stands for Java 2 Enterprise Edition. It is used to create enterprise class web applications that can be used by large enterprises and corporations. Most websites of major companies are created using j2ee. Some of the technologies used in J2ee are:

a. Struts

b. Hibernate

c. JSP

d. Servlets

e. Spring

f. etc

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

there is no difference between java2 and java. its same.

http://javacodespot.blogspot.com/

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

That is short for Java 2, Enterprise Edition. It includes many classes required for large-scale work in larger companies.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Java 2 Platform, Enterprise Edition.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the full form of J2EE?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Abbreviation of j2ee?

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


What does J2EE stand for?

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


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


What is the full form of CGI in Java?

CGI Stands for Common Gateway Interface. It was one of the initial technologies used to host web applications.. They were succeeded by Servlets and other J2EE technologies


How can you find e-books for J2EE?

j2ee book available in www.g2tech.110mb.com


Why controller servlet used in j2ee webapplications?

The controller servlet is the heart and soul of J2EE applications. This is where all the conditional/controlling logic exists. Hence it is part of every j2ee application that gets created.


How do we find a jsp version in Java?

first you have to find out what version of j2ee you are using then from there you can lookup the jsp version for that version of j2ee


Contents in j2ee?

J2EE stands for Java 2 Enterprise Edition. It is used to create enterprise class web applications that can be used by large enterprises and corporations. Most websites of major companies are created using j2ee. Some of the technologies used in J2ee are: a. Struts b. Hibernate c. JSP d. Servlets e. Spring f. etc


Does struts and hibernet comes under j2ee?

no


What is j2ee and how it is used in real time?

J2EE standa for Java 2 Enterprise Edition. It is used for creating enterprise web applications. J2EE is an advanced java technology that makes use of Servlets and JSPs to provide enterprise applications like web pages and portals.


How do you spell J2EE?

J - two - double e