What is the result when the MIDlet is installed onto a device where another MIDlet has already registered the exact same push connection in the PushRegistry?
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?