PRJ103_PART2

PRJ103_PART2

University

130 Qs

quiz-placeholder

Similar activities

3EV1_JGT_Cambios Lingüisticos

3EV1_JGT_Cambios Lingüisticos

University

135 Qs

Python Programming Quiz

Python Programming Quiz

University

125 Qs

Dr. Fagbola Geology Exam 2 study questions

Dr. Fagbola Geology Exam 2 study questions

University

125 Qs

Photoshop Tools

Photoshop Tools

9th Grade - University

134 Qs

Medical Terminology Midterm

Medical Terminology Midterm

11th Grade - University

125 Qs

FANUC 1234

FANUC 1234

11th Grade - University

134 Qs

Muli quiz

Muli quiz

6th Grade - Professional Development

125 Qs

latihan soal RTJ

latihan soal RTJ

University

125 Qs

PRJ103_PART2

PRJ103_PART2

Assessment

Quiz

Other

University

Practice Problem

Medium

Created by

Phạm Ngân

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

130 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sub-element is used to define a logical name of servlet in web deployment descriptor?
Select one:

a. All of the other choices

b. url-pattern

c. servlet-name

d. servlet-class

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements is true about the Filter implementation?
Select one:

a. The doFilter(request, response) method examines the request or response headers and also customises them as per requirement

b. All of the others

c. The Filter Interface must be implemented to create a filter class

d. The init() method is called by the servlet container many times to initialise the filter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a scoped attribute cart exists only in a user's session.Choose the option taken the cart from session and assign it to the attribute.

Select one:

a. <c:set var="cart" value="${sessionScope[].cart}"/>

b. <c:set var="cart" value="${sessionContext.cart}"/>

c. <c:set var="cart" value="${session.cart}"/>

d. None of the others.

e. <c:set var="cart" value="${sessionScope.cart}"/>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a web application in which the request parameter productID contains a product identifier. Which EL expression evaluates the value of the productID?
Select one:

a. ${productID}

b. None of the others

c. ${pageContext.request.productID}

d. ${param.productID}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JSTL code snippet can be used to import content from another web resource?
Select one:

a. <c:import url="foo.jsp"/>

b. <c:import page="foo.jsp"/>

c. All of the others

d. <c:include url="foo.jsp"/>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is true about the Session Listeners?
Select one:

a. HttpSessionBindingListener must not register in web deployment descriptor

b. HttpSessionBindingListener must register in web deployment descriptor

c. None of the others

d. ServletContextListener must not register in web deployment descriptor

e. ServletContextAttributeListener must not register in web deployment descriptor

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement relating to Hidden form fields is incorrect?
Select one:

a. The session information can be extracted by the application by searching for Hidden form fields

b. Hidden form fields send information from one HTML page to another thereby maintaining the connection between the two pages

c. All of the others

d. The servlets or JSP page read the Hidden form fields using response.sendParameter

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?