Multiple choice technology architecture

Servlets are multi threaded

  1. True

  2. False

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

Servlets are inherently multi-threaded - a single servlet instance handles multiple concurrent requests, with each request processed in a separate thread. The servlet container manages this threading model automatically.