Vidyalelo
Java Programming · Q72

Interfaces and Abstract Classes

Programming · Java Programming · question 72

Q72

What is true about the setProperties method?

A.
setProperties method changes the set of Java Properties which are persistent
B.
Changing the system properties within an application will affect future invocations
C.
setProperties method changes the set of Java Properties which are not persistent
Answer
D.
setProperties writes the values directly into the file which stores all the properties

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board