Home » JAVA Programming » Java Basic » Question
  1. Java system properties can be set at runtime.
    1. Yes
    2. False
    3. True
    4. No
    5. A and C both
Correct Option: E

Java system properties can be set at runtime using System.setProperty(name, value) or using System.getProperties().load() methods.



Your comments will be displayed only after manual approval.