Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-900 Topic 4 Question 79 Discussion

Actual exam question for Oracle's 1Z0-900 exam
Question #: 79
Topic #: 4
[All 1Z0-900 Questions]

Given the following code:

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

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Annett
3 days ago
But using a Callable class with ManagedExecutorService seems more efficient and non-blocking in this scenario.
upvoted 0 times
...
Sharita
3 days ago
B seems like the correct answer here. Defining a ReadListener and assigning it to the request input stream is the way to go for non-blocking request handling.
upvoted 0 times
...
Carman
10 days ago
I disagree, I believe the answer is A) Use a Runnable instance with the start() method of AsyncContext.
upvoted 0 times
...
Annett
12 days ago
I think the correct answer is C) Create a Callable class and delegate this operation to a ManagedExecutorService by using the dispatch method of AsyncContext.
upvoted 0 times
...

Save Cancel