-
What is true about the setProperties method?
-
- Changing the system properties within an application will affect future invocations
- setProperties method changes the set of Java Properties which are persistent
- setProperties writes the values directly into the file which stores all the properties
- setProperties method changes the set of Java Properties which are not persistent
- None of these
Correct Option: D
The changes made by the setProperties method are not persistent. Hence, it does not affect future invocation.