Joke Collection Website - Talk about mood - Which version of jdk for java should I install? Did you see me?

Which version of jdk for java should I install? Did you see me?

Jdk is a software development toolkit in java language, which is mainly used for Java applications on mobile devices and embedded devices.

Version:

JDK(Java Development Kit) is a software development kit (SDK) of Java language.

SE(J2SE), the standard version, is the version we usually use. Starting with JDK 5.0, it was renamed Java SE.

EE(J2EE), Enterprise Edition, Enterprise Edition, use this JDK to develop J2EE applications. Starting from JDK 5.0, it was renamed Java EE.

ME(J2ME), a mini version, is mainly used for java applications on mobile devices and embedded devices. Starting with JDK version 5.0, it was renamed Java ME.

Without JDK, Java programs cannot be compiled. If you only want to run Java programs, please make sure that the corresponding JRE is installed.