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 client requests. Option B is incorrect because applets run client-side in browsers, not in a JVM created by servlets. Option C is wrong - servlets don't store applet data. Option D describes GUI programming, not server-side servlets.