Multiple choice technology web technology

Servlets are typically used for...

  1. Create a JVM for applets

  2. Extending a web server by providing dynamic web content.

  3. Storing information in applets.

  4. Loading buttons and menus.

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

Servlets are Java programs that run on a web server or application server, dynamically generating web content in response to client requests. They extend the server's capabilities by enabling dynamic, interactive web applications that go beyond static HTML pages.