Oracle 1Z0-869 Actual Free Exam Questions & Community Discussion
Click the Exhibit button.
Which produces the results shown in device A and device B?

Which produces the results shown in device A and device B?

Correct Answer: B
Vote an answer
Given:
11. Alert alt = new Alert("");
12. alt.setType(AlertType.ALARM);
Which line of code requests alt to display an alert until acknowledged by the user?
11. Alert alt = new Alert("");
12. alt.setType(AlertType.ALARM);
Which line of code requests alt to display an alert until acknowledged by the user?
Correct Answer: C
Vote an answer
Which three are basic interface types addressed by the Generic Connection Framework?
(Choose three.)
(Choose three.)
Correct Answer: A,B,E
Vote an answer
DRAG DROP
Click the Task button.
Place the API label (high-level or low-level) on the code snippet to indicate whether or not the code is from the high-level or low-level API. Assume that all variable names reflect the object type used in the code.

Click the Task button.
Place the API label (high-level or low-level) on the code snippet to indicate whether or not the code is from the high-level or low-level API. Assume that all variable names reflect the object type used in the code.

Correct Answer:

Given:
2 1. MessageConnection mc;
2 2. mc = (MessageConnection) Connector.open("sms://:6222");
2 3. mc.setMessageListener(this);
2 4. reader = new MsgReader();
2 5. new Thread(reader).start();
2 6. //...
3 5. public void notifyIncomingMessage(MessageConnection mc2) {
3 6. //...
4 0. }
4 1. //...
5 0. class MsgReader implements Runnable {
5 1. //...
5 5. }
Which two are true? (Choose two.)
2 1. MessageConnection mc;
2 2. mc = (MessageConnection) Connector.open("sms://:6222");
2 3. mc.setMessageListener(this);
2 4. reader = new MsgReader();
2 5. new Thread(reader).start();
2 6. //...
3 5. public void notifyIncomingMessage(MessageConnection mc2) {
3 6. //...
4 0. }
4 1. //...
5 0. class MsgReader implements Runnable {
5 1. //...
5 5. }
Which two are true? (Choose two.)
Correct Answer: A,C
Vote an answer
Which two methods are available only within classes of the MIDP high-level UI API?
(Choose two.)
(Choose two.)
Correct Answer: A,C
Vote an answer
When using X.509 PKI, where must a MIDlet suite's security certificates be placed?
Correct Answer: D
Vote an answer
Given
1 0. // ...
2 0. VolumeControl vc;
2 1. vc = (VolumeControl) player.getControl("VolumeControl");
2 2. vc.setLevel(4);
2 3. // ...
Which is true about the volume of audio playback from player when the code is executed?
1 0. // ...
2 0. VolumeControl vc;
2 1. vc = (VolumeControl) player.getControl("VolumeControl");
2 2. vc.setLevel(4);
2 3. // ...
Which is true about the volume of audio playback from player when the code is executed?
Correct Answer: A
Vote an answer
Which two specifications are mandatory in JTWI 1.0? (Choose two.)
Correct Answer: A,C
Vote an answer
DRAG DROP
Click the Task button. Place the connection interfaces in their appropriate places in the hierarchy.

Click the Task button. Place the connection interfaces in their appropriate places in the hierarchy.

Correct Answer:

0
0
0
10
