Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between Java EE and J2EE?

What is the difference between Java EE and J2EE. J2EE is a platform or framework?.

like image 1000
Atekur Rahman Avatar asked Dec 25 '22 02:12

Atekur Rahman


2 Answers

No difference. J2EE was the old name, Java EE is the current name. And it's a set of specifications, many frameworks (and platforms) implement some (or all) of said specifications.

like image 174
Elliott Frisch Avatar answered Dec 28 '22 06:12

Elliott Frisch


Java EE (Enterprise edition): Formerly known as J2EE . 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

like image 31
Touhidur Rahaman Khan Avatar answered Dec 28 '22 07:12

Touhidur Rahaman Khan