Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Java Standard Edition (JSE)?

edition Java jse standard
0
Posted

What is Java Standard Edition (JSE)?

0

There are two principal products in the Java SE platform family: Java SE Runtime Environment (JRE) and Java Development Kit (JDK). Java Runtime Environment (JRE) The JRE provides the libraries, the Java Virtual Machine, and other components to run applets and applications written in the Java language. In addition, two key deployment technologies are part of the JRE: Java Plug-in, enabling applets to run in browsers; and Java Web Start, used for deploying standalone applications over a network. It is also the foundation for the technologies in the Java 2 Platform, Enterprise Edition (J2EE) for enterprise software development and deployment. The JRE does not contain tools and utilities (compilers or debuggers) for developing applets and applications. Java Development Kit (JDK) The JDK is a superset of the JRE, and contains the JRE, plus tools such as the compilers and debuggers necessary for developing applets and applications.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123