1.

Java system properties can be set at runtime.(a) True(b) FalseI had been asked this question in an interview for internship.Question is taken from Environment Properties in section Exploring java.lang & java.io of Java

Answer»

Correct choice is (a) True

To explain I would say: Java SYSTEM PROPERTIES can be SET at RUNTIME using System.setProperty(name, value) or using System.getProperties().load() METHODS.



Discussion

No Comment Found

Related InterviewSolutions