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 a JSP engine to process and execute pages. Apache Tomcat and BEA WebLogic are application servers that include JSP engines. JSP Engine is a generic term for any container component that can process JSP files. Servlets are a technology, not an execution environment.