JSP and Servlet Quiz
Description: JSP and Servlet Quiz | |
Number of Questions: 11 | |
Created by: Aliensbrain Bot | |
Tags: java jsp |
Attempted
0/11
Correct 0
Score 0
‹
›
In JSP, how can you know what HTTP method (GET or POST) is used by client request ?
Which method is called first each time a Servlet is invoked ?
Which of the following statement is true ?
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?
A JSP is transformed into a(n):
What programming language(s) or scripting language(s) does Java Server Pages (JSP) support?
What is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser?
How many copies of a JSP page can be in memory at a time?
How does Tomcat execute a JSP?