CLDC 1.1 specification includes support for
Thread Groups
Reflection
Floating point Numbers
JNI
How many Instances of Display class can a Midlet have?
1
2
3
4
JTWI (Java Technology for the Wireless Industry )compliant devices MUST implement
MIDP 2.0
MIDP2.1
MIDP 1.0
CLDC1.1
What is the MIME type of a JAD file
app/vnd.sun.j2me.app-descriptor
text/vnd.sun.j2me.app-descriptor
app/vnd.sun.j2me.jad
text/vnd.sun.j2me.jad
Every MIDlet must have implement these three methods.They are
initApp,pauseApp,destroyApp
initApp,pauseApp,closeApp
startApp,pauseApp,destroyApp
startApp,pauseApp,stopApp
A virtual machine conforming to CLDC does not support user-defined, Java-level class loaders
True
False
All MIDP implementions MUST support which image format?
BMP
TIFF
JPEG
PNG
HttpConnection Interface in GCF MUST support which protocol?
HTTP 1.1
HTTP 1.0
HTTPS
HTTP 2.0
Every MIDlet MUST implement these three lifecycle methods.What are they?
Which software present in the mobile device controls the life cycle of the midlet?
Application Management Software
Midlet Management Software
Java Application Descriptor
java Application Software