Which of the following are server side applets?
-
Java Beans
-
EJB
-
Applets
-
Servlets
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.