exam questions

Exam 1z0-900 All Questions

View all questions & answers for the 1z0-900 exam

Exam 1z0-900 topic 1 question 51 discussion

Actual exam question from Oracle's 1z0-900
Question #: 51
Topic #: 1
[All 1z0-900 Questions]

Given the following code:

What should you do at line 1 to enable this servlet receive request data without blocking?

  • A. Use a Runnable instance with the start () method of AsyncContext.
  • B. Define a ReadListener and assign it to the request input stream.
  • C. Create a Callable class and delegate this operation to a ManagedExecutorService by using the dispatch method of AsyncContext.
  • D. Define an AsyncListener and assign it to the AsyncContext object.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
orjava
7 months ago
Answer B. Nonblocking I/O 1- Put the request in asynchronous mode 2- Obtain an in/output stream from request/response objects. 3- Assign a read/write listener to the stream. 4- Process the request/response inside the listener's callback methods
upvoted 2 times
...
devmsaleh
2 years ago
Answer is B
upvoted 3 times
...
kozionov
2 years, 8 months ago
Answer is B https://docs.oracle.com/javaee/7/tutorial/servlets013.htm#BEIHICDH
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago