Q.1.
Which of the following is true about <jsp:forward> action?
Q.2.
The code inside scriplet will be placed in _____ method of jsp life cycle.
Q.3.
Default value of autoFlush attribute is?
Q.4.
Which of the following is not an implicit object in jsp?
Q.5.
PageContext is an implicit object in jsp.
Q.6.
How can we validate form data using JSP?
Q.7.
How many PHP variable are available to collect user data?
Q.8.
Identify the PHP variable used to collect the data?
Q.9.
"The input data validations are performed on the client machine’s web browsers". Identify the type of validation?
Q.10.
What attribute is added to input tad for client side validation?
Q.11.
"After the submission of data, validations are performed on the server side". Identify the type of validation?
Q.12.
Identify valid client side scripting language
Q.13.
Which is not a server side scripting language?
Q.14.
Which of these is the Web deployment Descriptor file required for the web applications.
Q.15.
HTML _______ controls are used to collect data from users.
Q.16.
____ select is the best feature to select one file from the local machine to server machine at a time
Q.17.
_______ is similar to checkbox but one value can be chosen at a time.
Q.18.
Which is not a form control?
Q.19.
Two models of JSP Application Architecture are:Select ALL that apply.
Q.20.
Which allows to selects more than one value from the HTML form