Given a MIDP 2.0 device supports alpha blending, a MIDlet needs to render semi-transparent images of size 10x10 pixels. However, these images need to be
generated at runtime. That is, they CANNOT be loaded as PNGs. What is the correct way to create a 10x10, red, semitransparent image, using only the MIDP 2.0
API?
A JTWI device has a working socket implementation. A MIDlet requests permission to use socket connections on this device using the attribute MIDlet-Permissions-
Opt, but is denied permission.
Given:
Which is true assuming that the argument to Connector.open() points to a valid destination, and the device has resources to create new socket connections?
A MIDlet suite has the application descriptor fragment: MIDlet-1: E-mail, email.png, com.example.EmailMIDlet The MIDlet suite has the necessary permissions to
use the PushRegistry. What line does the application descriptor need to register the MIDlet suite for socket push connections on port 79?
a record store of type javax.microedition.rms.RecordStore, containing five records whose contents are Alice, Bill, Candice, Dean, and Ethel, respectively an
enumeration for the record store that specifies a comparator that sorts alphabetically The first call to the enumeration is previousRecord().
Which would be returned by a second call to previousRecord()?