J2ME Test
According to JTWI, what is the recommended screen size?
According to JTWI, what is the recommended size for a heap?
According to JTWI, what is the standard size for a JAD file?
According to JTWI, what is the standard size for a MIDlet jar file?
An attribute is defined in both JAD and MIDlet JAR files. Which one will take precedence over the other?
For a device to be JTWI MMAPI enabled, it must support:
Identify the incorrect statement regarding CLDC:
In J2ME, the approximate number of classes taken from J2SE java.io is:
In J2ME, the approximate number of classes taken from J2SE java.util is:
MIDP specification requires support for which of the following auth schemes?
Mids server should only download data which has a MIME type of:
SMS Push is not required for JTWI.
State whether true or false: A MIDlet can retrieve its environment properties.
State whether true or false: Migration of code from J2SE to CDC would be a straight forward process.
The callback method that is invoked for a specific item event is _____________.
The character limit for an SMS Text message is:
The CLDC properties are defined in:
The CLDC specific classes are defined in a package called:
The constant to create a modal alert is:
The default mode for an open connection is:
The following are the two statements related to Java Community Process: Statement X: A Java specification begins life as a Java Community Process Statement Y: The specifications for Java standard,...
The MIDlet permission is defined in a JAD file using __________.
The minimum number of threads supported by JTWI complaint implementations are:
The RecordStore can be shared among multiple MIDlets.
The version of CLDC in a JAD file can be known by the:
What will happen on attempting to compile and run the following code? public class ERMidlet extends MIDlet implements CommandListener, Runnable { private Display mDisplay; private ...
What would be the values for boxes 1 and 2 respectively in the given Generic Framework figure?
What would you infer from the following code? 1.MessageConnection conn; 2. 3. public void startApp() 4. { 5. 6. try 7. { 8. conn = (MessageConnection)Connector.open("cbs://:3382"); 9. } 10. catch(...
Which of the following are a part of the CLDC expert group?
Which of the following are Java ME profiles?
Which of the following are not Java ME Configurations?
Which of the following are not supported by the CLDC 1.1 VM?
Which of the following are the optional packages available with CDC?
Which of the following authmodes can be used to share a RecordStore between multiple MIDlets?
Which of the following capabilities are provided to device manufacturers by embedded Java technology?
Which of the following could be the reasons for the introduction of the Generic Connection framework?
Which of the following devices is served by CDC?
Which of the following devices is served by CLDC?
Which of the following fall under the scope of CLDC?
Which of the following features are absent in CLDC as compared to JVM?
Which of the following features would the target devices for CLDC have?
Which of the following form a part of CLDC?
Which of the following functions fall under the scope of J2ME profiles?
Which of the following image formats is supported by JTWI 1.0?
Which of the following in CLDC is not derived from J2SE?
Which of the following is a CDC based profiles?
Which of the following is designed for multi-processor enterprise server environments that require maximum program execution speed, 64-bit support and very large memory heaps?
Which of the following is designed for resource-constrained devices like consumer products and embedded devices?
Which of the following is designed for single-processor desktop environments that require faster start-up time and a smaller memory footprint?
Which of the following is designed for very small memory scenarios, typically 128 KB to 512 KB for the Java application environment?
Which of the following is in sync with the sandbox model?
Which of the following is not a characteristic features of the target devices of CDLC?
Which of the following is not addressed by MIDP?
Which of the following is not required for JTWI?
Which of the following is not the characteristic feature of the target devices of CDC?
Which of the following is true for Technology Compatibility Kit(TCK)?
Which of the following is used to specify the Push enable MIDlets?
Which of the following methods are defined as a part of CLDC Internationalization? 1.new InputStreamReader(InputStream) 2.new InputStreamReader( InputStream,String) 3.new OutputStreamWriter(OutputS...
Which of the following methods would be suitable in opening a connection using the Generic Connection framework?
Which of the following migration of codes is possible?
Which of the following packages constitute the Java ME?
Which of the following profile is supported by CLDC?
Which of the following profiles give full AWT and applet support?
Which of the following statements are correct regarding CLDC security?
Which of the following statements are correct regarding Xlet application programming model?
Which of the following statements is correct regarding RecordStores?
Which of the following statements is incorrect regarding the Generic Connection framework?
Which of the following statements regarding configuration in Java ME is incorrect?
Which of the following statements with respect to Java ME profiles is incorrect?