Advertisements
1. Which basic data type is supported in CLDC1.1 and unsupported in CLDC1.0?
A int B Varchar2 C Float D None of the above.
2. Which is the super class of all J2ME classes?
A Object B MIDlet C Servlet D Serviette
3. Which class interfaces with the Java environment?
A MIDlet B Object C Runtime D None of the above.
4. Which process automatically frees objects that are no longer referenced by the program?
A Garbage Collection B Pre - Verification C Compilation D Obfuscation
5. Which method can be used to find MIDP and CLDC version?
A System.getProperty() B Runtime.getProperty() C System.getVersion() D None of the above
More Tests