Kizspy Question: 6
(Choose 1 answer)
How can the Servlet Container handle concurrent requests in a Servlet?
A. By making the service() method synchronized
B. By creating a new thread for each request
C. By using the Singleton design pattern
D. By using the wait() and notify() methods