Development
© examsiri.com
Question : 14 of 17
Marks:
+1,
-0
Given:
What is always true? (Choose all that apply.)
class TestProps {
  public static void main(String[] args) {
   String s = System.getProperty("aaa","bbb");
  }
}
And the command-line invocation:
java -Daaa=ccc TestProps What is always true? (Choose all that apply.)
Go to Question: