Multiple choice technology programming languages

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

This is a duplicate of question 151540 with options in different order. Servlets extend web server functionality by generating dynamic content in response to HTTP requests. They are server-side Java components used for web applications, processing forms, and interacting with databases to produce customized responses for each client request.