Oracle
1Z0-900 · Question #51
1Z0-900 Question #51: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-900 to reveal the answer and full explanation for question #51. The question stem and answer options stay visible for context.
Create Java Web Applications using Servlets
Question
Given the following code: What should you do at line 1 to enable this servlet receive request data without blocking?
Exhibit
Options
- AUse a Runnable instance with the start () method of AsyncContext.
- BDefine a ReadListener and assign it to the request input stream.
- CCreate a Callable class and delegate this operation to a ManagedExecutorService by using the
- DDefine an AsyncListener and assign it to the AsyncContext object.
Unlock 1Z0-900 to see the answer
You've previewed enough free 1Z0-900 questions. Unlock 1Z0-900 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#async-servlets#AsyncContext#AsyncListener#non-blocking-io
