Vidyalelo
Java Programming · Q162

Interfaces and Abstract Classes

Programming · Java Programming · question 162

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
Answer
C.
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