Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.3034 :

Posted: Sun Sep 01, 2019 7:04 pm
by hamzaBlm
Why option 1 is incorrect? I thought that the JRE is included in the JDK.

Re: About Question enthuware.ocpjp.i.v11.2.3034 :

Posted: Sun Sep 01, 2019 11:18 pm
by admin
In earlier versions, JDK used to include a separate JRE. But Java 11 onwards, there is no separate JRE. The JDK includes all the features and components of JRE but there is no "JRE" as such.

Re: About Question enthuware.ocpjp.i.v11.2.3034 :

Posted: Mon Sep 02, 2019 4:47 am
by hamzaBlm
As I understand from your explanation that:

- On JDK 11, There is no such thing called a "separate JRE" in the JDK.
- JDK 11 includes all the features of JRE. But there is no JRE included in the JDK.

Am I correct?

Re: About Question enthuware.ocpjp.i.v11.2.3034 :

Posted: Mon Sep 02, 2019 6:20 am
by admin
Correct. There is simply nothing like JRE anymore in Java 11.