PRJ103_PART2

PRJ103_PART2

University

130 Qs

quiz-placeholder

Similar activities

сьвбс

сьвбс

University

135 Qs

Bank Soal MCQ CV Respi

Bank Soal MCQ CV Respi

University

132 Qs

Оскэ

Оскэ

University

132 Qs

Pharm Exam 2 Blitz

Pharm Exam 2 Blitz

University

129 Qs

PRJ103_PART5

PRJ103_PART5

University

131 Qs

Python Programming Quiz

Python Programming Quiz

University

125 Qs

разработкааааааааа

разработкааааааааа

University

132 Qs

Викторина без названия

Викторина без названия

University

130 Qs

PRJ103_PART2

PRJ103_PART2

Assessment

Quiz

Other

University

Medium

Created by

Phạm Ngân

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?