InterviewSolution
Saved Bookmarks
| 1. |
Which system property stores installation directory of JRE?(a) user.home(b) java.class.path(c) java.home(d) user.dirThe question was asked by my school principal while I was bunking the class.This interesting question is from Environment Properties topic in portion Exploring java.lang & java.io of Java |
|
Answer» Correct choice is (c) JAVA.home |
|