Where we find the path of the predefined classes saved in JAVA folder
Reveal answer
Fill a bubble to check yourself
Where we find the path of the predefined classes saved in JAVA folder
JAVA/JDK 1.5/JRE/LIB/rt.jar
JAVA/JDK 1.5/JRE/LIB/rm.jar
you cant see
JAVA/JDK 1.5/BIN/LIB/rt.jar
Java's predefined/bootstrap classes (java.lang, java.util, etc.) are packaged in rt.jar, which in JDK 1.5 resides under the JRE's lib directory: JAVA/JDK1.5/JRE/LIB/rt.jar. The other options are wrong: 'rm.jar' is not a real file; 'you cant see' is false (the jar is visible); and rt.jar is NOT under BIN/LIB. All four options are erroneously flagged correct=true in the database — a data-entry error, since the paths are mutually exclusive and only one is valid. The single correct answer is 506424 (JAVA/JDK 1.5/JRE/LIB/rt.jar).