Which two methods are available only within classes of the MIDP low-level UI API? (Choose two.)
A. setFullScreenMode()Given:
rs is an object of type javax.microedition.rms.RecordStore.
baos is an object of type java.io.DataOutputStream.
recId is an int.
Which adds a record to rs?
A. byte [] b = baos.toByteArray(); try { recId = rs.addRecord(b, 0, b.length); } catch (Exception e) { }Given the MIDlet code:
11.
DatagramConnection dgc =
(DatagramConnection)Connector.open("datagram://:444");
12.
Datagram datagram = dgc.newDatagram(20);
13.
dgc.receive(datagram);
14.
byte[] data = datagram.getData();
15.
String s = new String(data);
16.
list.append(s, null);
17.
System.out.println("Datagram received: " + s);
Which two are true regarding the portability of the code between devices? (Choose two.)
A. Port 444 may be restricted or ignored by some MIDP implementations.Which three are defined as user interaction permission modes? (Choose three.)
A. globalWhich two are true about the MIDP user interface API? (Choose two.)
A. A single Command can have both a long and a short label.Which two are true about record store listeners? (Choose two.)
A. A record store can have only one registered listener.Assuming an application descriptor contains:
MIDlet-Data-Size: 4096
Which is true?
A. The device will use 4096 bytes to buffer data the application receives over the network.Which three are defined as user interaction permission modes? (Choose three.)
A. oneshotWhich is false about untrusted MIDlet suites?
A. Untrusted MIDlet suites may access protected APIs or functions if given explicit user permission.Which two are true about record store listeners? (Choose two.)
A. A record store can have more than one registered listener.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-869 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.