Oracle Java Mobile Edition 1 Mobile Application Developer Certified Professional - 1Z0-869 FREE EXAM DUMPS QUESTIONS & ANSWERS
A MIDlet suite is signed using X.509 PKI. Which encoding format must be used for the certificate entries in the JAD file?
Correct Answer: D
Vote an answer
The binding of networking protocols to a MIDlet at runtime can be compared to a type of relationship. Which relationship most closely matches the binding?
Correct Answer: C
Vote an answer
wav is a content type supported on a device that executes:
1 0. Player p;
1 1. p = Manager.createPlayer("http://foobar.sun.com/sound.wav");
1 2. p.prefetch();
Which is true?
1 0. Player p;
1 1. p = Manager.createPlayer("http://foobar.sun.com/sound.wav");
1 2. p.prefetch();
Which is true?
Correct Answer: B
Vote an answer
Which two methods are available only within classes of the MIDP low-level UI API?
(Choose two.)
(Choose two.)
Correct Answer: A,B
Vote an answer
Which two clarifications does the JTWI specification make regarding how devices implement the Mobile Media API? (Choose two.)
Correct Answer: C,D
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: B
Vote an answer
Given:
HttpConnection conn
(HttpConnection) Connector.open("http://internalsite:8080/");
and
MIDlet-Permission-Opt is set to javax.microedition.io.Connector.http in the JAD file.
What is the result?
HttpConnection conn
(HttpConnection) Connector.open("http://internalsite:8080/");
and
MIDlet-Permission-Opt is set to javax.microedition.io.Connector.http in the JAD file.
What is the result?
Correct Answer: B
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:

Which two are true regarding a device that implements JTWI? (Choose two.)
Correct Answer: C,D
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:

Which arguments should be passed to Connector.open() and TextMessage.setAddress(), respectively, to initiate an SMS text message using a server connection?
Correct Answer: B
Vote an answer
A suite is signed with a X.509 PKI certificate. The root certificate is not present in the device's keystore. What is the installation result?
Correct Answer: B
Vote an answer
DRAG DROP
Click the Task button.
Given:
9 . Player p = Manager.createPlayer("http://webserver/music.mp3");
1 0. p.setLoopCount(5);
1 1. p.start();
1 2. p.stop();
1 3. p.close();
What is the order of the states that the Player goes through?

Click the Task button.
Given:
9 . Player p = Manager.createPlayer("http://webserver/music.mp3");
1 0. p.setLoopCount(5);
1 1. p.start();
1 2. p.stop();
1 3. p.close();
What is the order of the states that the Player goes through?

Correct Answer:

Click the Exhibit button. Given:
The MIDlet is executed.
The MIDlet is paused and resumed two times.
What is the result?

The MIDlet is executed.
The MIDlet is paused and resumed two times.
What is the result?

Correct Answer: E
Vote an answer