Multiple choice technology programming languages

Servlets are typically used for...

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

  2. Create a JVM for applets.

  3. Storing information in applets.

  4. Loading buttons and menus.

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

Servlets are Java programs that extend a web server's capabilities by generating dynamic web content in response to HTTP requests. They run on the server side, processing requests and producing HTML or other responses. This makes them ideal for web applications, form processing, and database interactions.