MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| D. | setProperties writes the values directly into the file which stores all the properties |
| Answer» D. setProperties writes the values directly into the file which stores all the properties | |