A JSP is transformed into a(n):

A JSP is transformed into a(n):

Right Answer is:

Java servlet

SOLUTION

  • A JSP is transformed into a(n) Java servlet.
  • Java Server Pages (JSP), a scripting language that allows HTML programmers to mix static HTML with dynamically generated HTML.
  • The Java servlet specification defines an application programming interface for communication between the Web server and the application program.
  • A JSP is translated into a Java servlet and executed on the server.
  • JSP statements embedded in the JSP become part of the servlet generated from the JSP. The resulting servlet is executed on the server.
Scroll to Top