Free Oracle 1Z0-869 Practice Test & Real Exam Questions
Click the Exhibit button.
The method in the Exhibit must create an HTTP GET connection that works reading both of the following HTTP server response cases:
HTTP server response headers n.1
1 . HTTP/1.1 200 OK
2 . Server: MyServer/1.3.0
3 . Content-Length: 3245
4 . Content-Type: text/html
HTTP server response headers n.2
1 . HTTP/1.1 200 OK
2 . Server: MyServer/1.3.0
3 . Content-Type: text/html
Which two can be used in the fragment of code starting at line 12? (Choose two.)

The method in the Exhibit must create an HTTP GET connection that works reading both of the following HTTP server response cases:
HTTP server response headers n.1
1 . HTTP/1.1 200 OK
2 . Server: MyServer/1.3.0
3 . Content-Length: 3245
4 . Content-Type: text/html
HTTP server response headers n.2
1 . HTTP/1.1 200 OK
2 . Server: MyServer/1.3.0
3 . Content-Type: text/html
Which two can be used in the fragment of code starting at line 12? (Choose two.)

Correct Answer: A,C
Vote an answer
Click the Exhibit button.
The red collision rectangle around each Sprite in the image is NOT part of the actual image. The two Sprite objects intersect in the application precisely as shown.
Which two are true? (Choose two.)

The red collision rectangle around each Sprite in the image is NOT part of the actual image. The two Sprite objects intersect in the application precisely as shown.
Which two are true? (Choose two.)

Correct Answer: A,C
Vote an answer
Which three statements are true regarding the handling of wireless connections? (Choose three.)
Correct Answer: B,C,D
Vote an answer
Which is true regarding access of the manifest file in a MIDlet suite's JAR file?
Correct Answer: D
Vote an answer
Which two are true regarding error handling for classes that exist in both CLDC and J2SE?
(Choose two.)
(Choose two.)
Correct Answer: B,D
Vote an answer
A MIDlet suite on a device uses socket connections. The device always asks the user for permission when the suite tries opening a socket connection. What is always false about the MIDlet suite?
Correct Answer: A
Vote an answer
Assume a particular JTWI phone supports server socket connections. A MIDlet running on the phone attempts to register a connection using:
PushRegistry.registerConnection(connection, midlet, filter);
Assume connection, midlet, and filter are NOT null. The statement is executed and throws a ConnectionNotFoundException.
What causes the exception?
PushRegistry.registerConnection(connection, midlet, filter);
Assume connection, midlet, and filter are NOT null. The statement is executed and throws a ConnectionNotFoundException.
What causes the exception?
Correct Answer: D
Vote an answer
DRAG DROP
Click the Task button. Place the MIDP 2.0 classes and interfaces in the correct positions in the hierarchy.

Click the Task button. Place the MIDP 2.0 classes and interfaces in the correct positions in the hierarchy.

Correct Answer:

Click the Exhibit button. Which two are true? (Choose two.)


Correct Answer: A,D
Vote an answer
