Q1
Single choice
Given the MIDlet code:
7. String s = System.getProperty("microedition.configuration");
8. if (!s.equals("CLDC-1.1")) {
9. s = "CLDC-1.1";
10. }
11. System.setProperty(s);
Which statement is true?