Multiple choice

Which of the following are server side applets?

  1. Java Beans

  2. EJB

  3. Applets

  4. Servlets

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

Servlets are server-side Java programs that extend the capabilities of a server - they run on the web server and generate dynamic web content. Unlike applets which are client-side, servlets execute on the server. JavaBeans are reusable components, EJB (Enterprise JavaBeans) are for enterprise applications on server-side but not specifically 'server-side applets' in the same way servlets are.