Oracle 1Z0-869 Actual Free Exam Questions & Community Discussion
Which JAD attribute must be present to begin the MIDlet suite authentication process using
X.509 PKI?
X.509 PKI?
Correct Answer: C
Vote an answer
Assuming an application descriptor contains: MIDlet-Data-Size: 4096 Which is true?
Correct Answer: C
Vote an answer
What is true when an enumeration applies both a RecordFilter class and
RecordComparator class on a record store?
RecordComparator class on a record store?
Correct Answer: B
Vote an answer
Manager.createPlayer(..) may involve synchronous blocking I/O operations, possibly blocking execution for an indefinite amount of time. Which is the most efficient way to create a Player object and receive the events it generates?
Correct Answer: B
Vote an answer
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:
2 0. public void connect() {
2 1. try {
2 2. String addr = "socket://host.com:79";
2 3. SocketConnection sc;
2 4. sc = (SocketConnection) Connector.open(addr);
2 5. sc.setSocketOption(SocketConnection.LINGER, 5);
2 6. InputStream is = sc.openInputStream();
2 7. OutputStream os = sc.openOutputStream();
2 8. os.write("\\r\\n".getBytes());
2 9. int ch = is.read();
3 0. // ...
3 5. } catch (IOException ioe) {
3 6. // ...
4 0. }
4 1. }
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?
Given:
2 0. public void connect() {
2 1. try {
2 2. String addr = "socket://host.com:79";
2 3. SocketConnection sc;
2 4. sc = (SocketConnection) Connector.open(addr);
2 5. sc.setSocketOption(SocketConnection.LINGER, 5);
2 6. InputStream is = sc.openInputStream();
2 7. OutputStream os = sc.openOutputStream();
2 8. os.write("\\r\\n".getBytes());
2 9. int ch = is.read();
3 0. // ...
3 5. } catch (IOException ioe) {
3 6. // ...
4 0. }
4 1. }
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?
Correct Answer: B
Vote an answer
DRAG DROP
Click the Task button.
Place the correct class within the hierarchy to reflect the class inheritance structure for the MIDP 2.0 user interface API. Not all classes are shown.

Click the Task button.
Place the correct class within the hierarchy to reflect the class inheritance structure for the MIDP 2.0 user interface API. Not all classes are shown.

Correct Answer:

Given the JAD file:
1 . MIDlet-1: YourMIDlet, MyMIDlet.png, YourMIDlet
2 . MIDlet-2: MyMIDlet, MyMIDlet.png, MyMIDlet
3 . MIDlet-3: TheirMIDlet, MyMIDlet.png, TheirMIDlet
4 . MIDlet-Jar-Size: 46902
5 . MIDlet-Name: MyMIDlet
6 . MIDlet-Jar-URL: http://mywebserver.com/mymidlets/MyMIDlet.jar
7 . MIDlet-Vendor: MyCompany
8 . MIDlet-Version: 1.1
Which two can be true for a JTWI-compliant device after installation of the MIDlet suite?
(Choose two.)
1 . MIDlet-1: YourMIDlet, MyMIDlet.png, YourMIDlet
2 . MIDlet-2: MyMIDlet, MyMIDlet.png, MyMIDlet
3 . MIDlet-3: TheirMIDlet, MyMIDlet.png, TheirMIDlet
4 . MIDlet-Jar-Size: 46902
5 . MIDlet-Name: MyMIDlet
6 . MIDlet-Jar-URL: http://mywebserver.com/mymidlets/MyMIDlet.jar
7 . MIDlet-Vendor: MyCompany
8 . MIDlet-Version: 1.1
Which two can be true for a JTWI-compliant device after installation of the MIDlet suite?
(Choose two.)
Correct Answer: A,D
Vote an answer
Click the Exhibit button.
Given:
String cert = getAppProperty("MIDlet-Certificate-1-1");
What value is assigned to the cert variable when run on a MIDP 2.0 implementation?

Given:
String cert = getAppProperty("MIDlet-Certificate-1-1");
What value is assigned to the cert variable when run on a MIDP 2.0 implementation?

Correct Answer: D
Vote an answer
Correct Answer: B,D
Vote an answer
DRAG DROP
Click the Task button.
Place each code snippet where it belongs.

Click the Task button.
Place each code snippet where it belongs.

Correct Answer:

What is the minimum number of received SMS messages that a JTWI device must be able to concatenate?
Correct Answer: D
Vote an answer
Click the Exhibit button.
Which two are true? (Choose two.)

Which two are true? (Choose two.)

Correct Answer: E,F
Vote an answer
0
0
0
10
