41.5k views
2 votes
When a JSP page is compiled, what is it turned into?

? Applet

? Servlet

? Application

? Midlet

User Matwilso
by
6.8k points

1 Answer

4 votes

Answer: Servlet

Explanation: JSP page compilation is the process of compiling of the file before it can be turned towards the live server .There is a request that is made towards the JSP page then is compiled into a JSP servlet. Before the execution of the JSP program, it is turned in to a JSP servlet .JSP is a program that work on the server side and reduce the work load of the developers.

User Storaged
by
6.8k points