Multiple choice technology architecture

JSP can run by

  1. Apache Tomact

  2. Bea WebLogic

  3. Servlets

  4. JSP Engine

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

JSP requires a servlet container with JSP support - Apache Tomcat and BEA WebLogic are such servers. JSP Engine is the component within these servers that processes JSP pages. Servlets themselves are not a runtime environment but rather Java classes.