JSP and Servlet

JSP and Servlet

Assessment

Quiz

Computers

University

Hard

Created by

Srisailam R

Used 13+ times

FREE Resource

Student preview

quiz-placeholder

48 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which of the following is not an implicit object in jsp?

exception

date

out

context

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Default value of autoFlush attribute is?

8kb

16kb

true

false

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one is the correct order of phases in JSP life cycle?

Initialization, Cleanup, Compilation, Execution

Initialization, Compilation, Cleanup, Execution

Compilation, Initialization, Execution, Cleanup

Cleanup, Compilation, Initialization, Execution

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is not a directive?

page

form

taglib

include

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Select the method to get form data into jsp

getParameter()

request.getparameter()

request.getParameter()

request.getString()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The code inside scriplet will be placed in _____ method of jsp life cycle.

jsp_init()

jsp_service()

_jspService()

httpService()

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which tag should be used to pass information from JSP to included JSP?

Using <%jsp:page> tag

Using <%jsp:param> tag

Using <%jsp:import> tag

Using <%jsp:useBean> tag

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?