Database - JDBC, Java Server Pages, and MySQL - Discussion

Discussion Forum : JDBC, Java Server Pages, and MySQL - General Questions (Q.No. 10)
10.
A JSP is transformed into a(n):
Java applet.
Java servlet.
Either 1 or 2 above.
Neither 1 nor 2 above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Manche Shekhar said:   1 decade ago
Every JSP program internally converted into Servlet program. The servlet lifecycle methods internally execute JSP lifecycle methods.

Ahamed said:   1 decade ago
Java servlet consists of java codes in which html is embedded in it, which is consider as a tedious one. So to overcome this they developed JSP, which consists of java code embedded in the html and is easy to develop. Eventhough any code written in JSP when compiled it will be formed into servlet and it executes.

Post your comments here:

Your comments will be displayed after verification.