JSP

JSP

University

16 Qs

quiz-placeholder

Similar activities

Talent Next MCQ-7 (HTML, JSP and Servlet)

Talent Next MCQ-7 (HTML, JSP and Servlet)

University

15 Qs

SWE306 (Part 3)

SWE306 (Part 3)

University

15 Qs

servlet no 1

servlet no 1

University

20 Qs

Web Technologies(A6602)

Web Technologies(A6602)

University

20 Qs

SWE306 (Part 1)

SWE306 (Part 1)

University

15 Qs

ADVANCE JAVA

ADVANCE JAVA

University

20 Qs

JSP

JSP

University

20 Qs

DWD - Unit -1

DWD - Unit -1

University

20 Qs

JSP

JSP

Assessment

Quiz

Computers

University

Hard

Created by

HAREESH KUMAR

Used 203+ 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?