Q162
Which of the following is true about Java system properties?
A.
Java system properties are accessible by any process
B.
Java system properties are accessible by processes they are added to
AnswerC.
Java system properties are retrieved by System.getenv()
D.
Java system properties are set by System.setenv()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board