What's the difference between jdk and javaee (the difference between javajre and jdk)
JAVA is a language, which is divided into JAVASE, JAVAEE, JAVAME, and others like card.
JAVAEE itself is a specification, it doesn't have its own JDK. It is an API developed by other middleware vendors according to specifications, and you can use it.