Multiple choice

Which of the following statements is not applicable for the SingleThreadModel in the servlet applications?

  1. This is an interface implemented by the servlet.

  2. This is an abstract class which extends the servlet interface.

  3. The SingleThreadModel ensures that the servlet will handle one request at a time.

  4. The SingleThreadModel does not have any method.

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SingleThreadModel is an interface used to provide the synchronisation among the servlets.