Multiple choice technology web technology

Jsp Page can be excuted from the below, (choose multiple)

  1. Tomcat

  2. Weblogic

  3. Websphere

  4. None of the above

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

JSP pages can be executed on any Java EE compliant application server or servlet container. Apache Tomcat, Oracle WebLogic, and IBM WebSphere are all popular application servers that support JSP execution. These servers provide the JSP container needed to translate, compile, and run JSP pages.