Is there any difference between JME and J2ME?

I want to write code for a game in 3d and I don’t know that I need JME or J2ME, please help me! thank.

+3
source share
4 answers

There is some confusion in the answers here. JME is short for the jMonkey Engine framework, which is a "high-performance graphical API with a 3D-based graphical interface written in Java"

Java ME (formerly J2ME) is a "Java platform designed for mobile devices and embedded systems"

That's all.

+10
source

, Java 5 6 Sun 1 1.x Java - x. , JVM, 1.6.0, Java 6.

, , Sun 2 , Java x J2SE 1.x. Java 6 Java 5, Java 4, Java 3, Java 2 Java 1. Java 3 - 6, J2SE n, , , "Java n" - Java 2 Standard n ". , J2xE Java xE.

Java 1 Java 7, Java, . , 20-20, Java 2 Java 1.2, 2.0.

+5

No difference. "2" has been reset because the standard has moved. Now it is Java SE for the standard version, Java EE for corporate publications and Java ME for mobile publications.

+3
source

Sun recently renamed all its APIs. Java ME was J2ME since Java SE was J2SE, Java EE was J2EE, etc. Therefore there is no difference.

+2
source

Source: https://habr.com/ru/post/1734677/


All Articles