JSP

JSP

University

16 Qs

quiz-placeholder

Similar activities

IP IAT 2 Part B

IP IAT 2 Part B

University

15 Qs

X-QUIZ 2

X-QUIZ 2

University

11 Qs

unit13 Quiz2

unit13 Quiz2

University - Professional Development

20 Qs

Programming Java

Programming Java

University

20 Qs

OOP Semifinal Quiz IS2C

OOP Semifinal Quiz IS2C

University

15 Qs

Servlets

Servlets

University

15 Qs

JSP Lifecycle and Architecture Quiz

JSP Lifecycle and Architecture Quiz

University

15 Qs

JSP Quiz

JSP Quiz

University

18 Qs

JSP

JSP

Assessment

Quiz

Computers

University

Hard

Created by

HAREESH KUMAR

Used 208+ times

FREE Resource

16 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

30 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

20 sec • 1 pt

Which of the following is not a directive?

page

form

taglib

include

5.

MULTIPLE CHOICE QUESTION

20 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

20 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?