answersLogoWhite

0


Best Answer

J2EE stands for Java 2 Platform Enterprise Edition, it is used to allow communication between different platforms that are normally incompatible. The new traditional name for this platform is JEE.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the computer Java platform acronym j2ee stand for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does J2EE stand for?

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


What does the acronym JNDI stand for?

The acronym 'JNDI' stands for Java Naming and Directory Interface. What this refers to is the naming system for Java, a computer programming language.


What does the abbreviation or acronym J2EE stand for?

J2EE stands for the Java 2 Platform Enterprise Edition. It is platform independent and designed for developing enterprise applications. Some of its many features include pure HTML support, JAVA features, and Enterprise JavaBeans.


What is the exact meaning of rich java client platform?

A Rich Java Client Platform i.e. Rich Client Platform (RCP) is a specialized computer program anticipated for the creation of Java applications built on the Eclipse architecture.


What does the acronym POJO stand for?

The acronym POJO stands for the term of Plain Old Java Object. In the programming and logic design language of Java frameworks, POJO means to designate an object as a Plain Old Java Object.


What do JAVA stand for?

Coffee. Here are some other things. AcronymDefinition JAVA [not an acronym] A general purpose, high-level, object-oriented, cross-platform programming language developed by Sun Microsystems JAVA Japanese American Veterans' Association JAVA Jamaica Association of Villas and Apartments JAVA Japanese Vexillological Association JAVA Jamming Amplitude Versus Azimuth JAVA Jewish Artists of the Valley Association


What do a java developer do?

A Java developer helps create a program which can understand any form of computer language. A Java developer tries to make a program that can understand the computer language that is on any computer platform.


What is abbreviation of java?

Java does not stand for anything. Java is a programming language created by James Gosling and now developed by Sun Microsystems. The name was chosen at random. It may have something to do with staying awake late a night?


What does the abbreviation JAVA stand for?

The name Java is not an acronym. The Development Team of Java has just chosen this name. The name Java specifically doesn't have any meaning rather it refers to the hot, aromatic drink COFFEE.


What does the acronym UTIL stand for?

There are a few interpretations for the commonly used acronym UTIL. One of Such interpretations is mostly used in programming languages such as Java and stands for "utility".


What will be if java program is being shifted from 64 bit machine to 32 bit machine?

A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.


Why java called platform indeependent?

Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).