Free 1Z0-869 Questions for Oracle Java Mobile Edition 1 Mobile Application Developer Certified Professional 1Z0-869 Exam as PDF & Practice Test Engine

  • Exam Code/Number: 1Z0-869
  • Exam Name/Title: Java Mobile Edition 1 Mobile Application Developer Certified Professional Exam
  • Certification Provider: Oracle
  • Corresponding Certification: Java Technology
  • Exam Questions: 340
  • Updated On: Aug 08, 2026
Given:
10. //...
20. Manager.playTone(ToneControl.C4, 100, -100);
21. System.out.println("done");
22. //...
Which is true?
Correct Answer: B Vote an answer
DRAG DROP
Click the Task button. Place the MIDP 2.0 classes and interfaces in the correct positions in the hierarchy.
Correct Answer:
Given:
Font font = Font.getFont(
Font.FACE_SYSTEM,
Font.STYLE_BOLD | Font.STYLE_ITALIC | Font.STYLE_UNDERLINED,
Font.SIZE_MEDIUM);
If Font.STYLE_ITALIC is unavailable on the device, what is the result?
Correct Answer: A Vote an answer
DRAG DROP
Click the Task button.
Place each class on its corresponding specification.
Correct Answer:
Given:
a JAR containing a MIDlet named TesterMIDlet
a JAD with this content:
CertificationExam: Sun Certified Mobile Application DeveloperMIDlet-1: TesterMIDlet, , certification.TesterMIDlet MIDlet-Jar-Size: 2038 MIDlet-Jar-URL: Certification.jar MIDlet-Name: Certification MIDlet-Vendor: A Testing Company MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
This MIDlet needs to get the property with the key CertificationExam defined in the JAD.
This needs to be assigned to a String ExamName from within the MIDlet.startApp() method.
What is the correct way to accomplish this?
Correct Answer: B Vote an answer
DRAG DROP
Click the Task button.
Place the classes and methods in the correct positions.
Correct Answer:
Given:
1 0. public class ExampleMIDlet extends MIDlet {
1 1. //...
2 0. public boolean hasCompleted() {
2 1. //...
3 0. }
3 1. public boolean isLowOnMemory() {
3 2. //...
4 0. }
4 1. public void destroyApp(boolean arg) {
4 2. if (X) throw new MIDletStateChangeException();
4 3. }
4 4. //...
5 0. }
Which substitution for X conforms to the MIDP specification?
Correct Answer: E Vote an answer
What is the result if a call to serviceRepaints() triggers a separate thread to invoke paint()?
Correct Answer: A Vote an answer
Click the Exhibit button.
NewsMIDlet and CalendarMIDlet are in different MIDlet suites. Neither has any static push registrations.
Suppose NewsMIDlet registers dynamically for datagram push notifications on port 79.
What happens if a method CalendarMIDlet.init() attempts to open a
UDPDatagramConnection on port 79?
Correct Answer: D Vote an answer
Which is true when using multiple threads to access a record store?
Correct Answer: C Vote an answer
0
0
0
10