embedded technologies Online Quiz - 9
embedded technologies Online Quiz - 9
Questions
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?
- initApp,pauseApp,destroyApp
- initApp,pauseApp,closeApp
- startApp,pauseApp,destroyApp
- startApp,pauseApp,stopApp
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
In javaME, MSA stands for
- Mobile Supplements Architecture
- Mobile Services Architecture
- Midlet Supplements Architecture
- Midlet Services Architecture
Which API can untrusted midlet use without explicit confirmation from user
- javax.microedition.io.PushRegistry
- javax.microedition.io.HttpConnection
- javax.microedition.lcdui.TextField
- javax.microedition.io.HttpsConnection
Canvas Class is a subclass of Screen Class.
- True
- False
When a MIDlet suite is deleted, all MIDlets and RMS data associated with this suite will be deleted.
- True
- False
Which is used to retrieve the version of MIDP that a device has implemented
- System.getProperty("microedition.profiles")
- System.geApptProperty("microedition.profiles")
- System.getProperty("microedition.platform")
- System.getAppProperty("microedition.platform")
CLDC does not address one of the following
- Internationalization
- Core java libraries
- User interface functionalities
- Input/output(java.io)
What is meant by USB
- Universal Serial Bus
- Universal Standard Bus
- United Serial Bus
- None of the Above
What is the maximum speed of USB2.0 Standard
- 1.5 Mbps
- 10 Mbps
- 240 Mbps
- 480 Mbps
What is the meaning of RS in RS-232 standard
- Recommended Standard
- Remote Serial
- Recommended Serial
- None of the above
Usuallly communication speed is measured in bps like 1.5Mbps. What is meant by bps
- Bytes Per Second
- Bits Per Second
- Buads Per Second
- None of the above
What is the 1's Complement of the 8-bit binary number: 10101101
- 10101011
- 10101001
- 01010010
- 01000100