Computer Science, asked by rishideo9491, 11 months ago

What is the difference between Java SE, Java EE, and Java ME?

Answers

Answered by veerukhugar
3

Hey mate here we go

*Java EE is for web applications

*Java ME is for mobile applications-

-both of these build off of SE.

*Java SE (Standard Edition) is for building desktop apps.

*Java ME (Micro Edition) is for old mobile devices.

*Java EE (Enterprise Edition) is for developing web based applications.

I hope this will helps you

Mark my ans as brainliest

Answered by StaceeLichtenstein
0

Difference between Java SE, Java EE, and Java ME is given below  

Explanation:

  • Java SE means is a Standard Edition it is a programming framework that is designed to build and deploy lightweight code for mobile environments and the desktop application.
  • The main objective of  Java EE it gives an application programming interface for creating massive, multi-tiered, scalable, stable, and secure network applications. it is used for creating web applications.
  • The main objective of the Java ME system provides a virtual API and a limited fingerprint for operating Java programming interface programs on portable devices, such as cell phones.

Learn More:

  • https://brainly.in/question/4696009
Similar questions