What is J2EE , is it same of Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is J2EE , is it same of Java?

27th Mar 2018, 3:43 AM
DEEPAK KUMAWAT
DEEPAK KUMAWAT - avatar
4 Answers
+ 6
Some of the key features and services of J2EE: > At the client tier, J2EE supports pure HTML, as well as Java applets or applications. It relies on Java Server Pages and servlet code to create HTML or other formatted data for the client. > Enterprise JavaBeans (EJBs) provide another layer where the platform's logic is stored. An EJB server provides functions such as threading, concurrency, security and memory management. These services are transparent to the author. > Java Database Connectivity (JDBC), which is the Java equivalent to ODBC, is the standard interface for Java databases. > The Java servlet API enhances consistency for developers without requiring a graphical user interface. Source - Webopedia Key difference: Java is a programming language, which has been influenced by the C language. It derives much of its syntax from C and C++, however it has fewer low-level facilities than either. J2EE is a computing platform that is based on the Java programming language. A computing platform allows the developed software to run. Source - http://www.differencebetween.info/difference-between-java-and-j2ee (this is just a copy-paste material, any real answer and/or/with personal opinion will be appreciable cuz I'm also curious to know)
27th Mar 2018, 3:53 AM
Bishal Poonia (Bishu)
Bishal Poonia (Bishu) - avatar
+ 9
That's the enterprise edition of Java (and currently it's just Java EE). Personally I can not give you much information, since I do not usually develop with Java, but I know that it defines a series of standards for the development of applications. Here you can see a little more of the Oracle specification. http://www.oracle.com/technetwork/java/javaee/downloads/index.html
27th Mar 2018, 3:59 AM
Mickel
Mickel - avatar
+ 4
J2EE as to java .NET as to C# node as to JavaScript it's a platform for web dev, but they are interchangeable too
27th Mar 2018, 11:51 AM
Morpheus
Morpheus - avatar
+ 3
j2ee is a part of java as j2me, j2se, java is a programming languaje and j2ee is a java platform for web applications
27th Mar 2018, 5:56 AM
Miguel Angel Hurtado Alvarado
Miguel Angel Hurtado Alvarado - avatar