Java - Diferencias entre J2EE,J2SE,J2ME

 
Vista:

Diferencias entre J2EE,J2SE,J2ME

Publicado por Martha Trejo (3 intervenciones) el 16/09/2002 03:45:35
Podrian decirme cual es la difrenncia entre los siguientes, siglas en java
J2EE,J2SE,J2ME, en java, y que es un GUIS?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Diferencias entre J2EE,J2SE,J2ME

Publicado por Oscar (661 intervenciones) el 16/09/2002 22:21:43
J2ME(Java 2 Micro Edition) -> http://java.sun.com/j2me/
J2EE (Java 2 Enterprise Edition)-> http://java.sun.com/j2ee/
J2SE(Java 2 Standar Edition) -> http://java.sun.com/j2se/

GUI-> Graphic User Interfaz, son las interfaces graficas
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:Diferencias entre J2EE,J2SE,J2ME

Publicado por Vijay (1 intervención) el 21/11/2018 06:14:58
Hi here is your answer for the difference between J2EE, JSE and J2ME:

J2EE(Java Platform, Enterprise Edition):

The Enterprise version of Java has a prevalent utilization of Java, similar to a development of web administrations, organizing, server-side scripting and further an assortment of online applications.

It is a network driven release, i.e. there are huge numbers of relentless contributions from industry specialists, Java designers, and other open source associations. Java endeavor version Apart from this, it utilizes various parts of J2SE, and in addition, holds highlights like Servlets, Java Message Services and that's just the beginning

It utilizes Website planning apparatuses like HTML, CSS, JavaScript, Ajax, Jquery and so on, to assemble site pages and web administrations.

There are the additionally incalculable language like .net and PHP, which can play out that errand, be that as it may, what recognizes it from different languages is the adaptability, similarity and security highlights, which are not excessively much major in the different language.

J2SE (Java Platform, Standard Edition):

Proceeding onward to this one, Also surely understood as Core Java, this is the most fundamental and standard form of Java. It's the most flawless appearance of Java, an essential foundation for every single other version.

It comprises of an extensive scope of regular reason for existing API's (like java.lang, java.util) and also numerous specific reason APIs.

J2SE is utilized to make applications for Desktop.

What's more, it comprises every one of the nuts and bolts of Java the language, factors, administrators, information types, Arrays, circling, Streams, Strings Java Database Connectivity(JDBC) and significantly more.

This release gave the outstanding JVM of Java, the core of Java improvement. Along these lines, Java has a wide utilization.

J2ME(Java Platform, Micro Edition):

This utilized for the applications running on little gadgets, mobiles, and installed systems.Java versatile form

Constraints included halfway preparing force, battery disadvantage, little showcase and so on.

J2ME utilizes numerous libraries and API's of J2SE, with, a few of its own.

The essential point of this version was to chip away at remote gadgets, mobiles and so on.

Working frameworks focusing on Java ME have been actualized by DoCoMo as DoJa, and by SavaJe as SavaJe OS.

For learning: Visit Here
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar