Multiple choice technology programming languages

If you want to modify the servlet, The webserver need to be shutdown.

  1. True

  2. False

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

Modern servlet containers support hot deployment and dynamic reloading, allowing servlet modification without server shutdown. The context can be reloaded or the servlet can be replaced dynamically. Shutdown is NOT required. This is a standard feature in production servers.