Servlets & JSP

Servlets & JSP

Assessment

Quiz

Computers

University

Hard

Created by

Assistant Chennai

Used 10+ times

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The life cycle of a servlet is managed by

servlet context

servlet container

the supporting protocol (such as http or https)

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JDBC driver Types are for use over communications networks?

Type 3 only

Type 4 only

Both Type 3 and Type 4

Neither Type 3 nor Type 4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of servlets use these methods doGet(), doPost(),doHead, doDelete(), doTrace()?

Genereic Servlets

HttpServlets

Servlets

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to send the same request and response objects to another servlet in RequestDispacher ?

forward()

sendRedirect()

Both forward() & sendRedirect()

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is not correct about HTTP method ?

A GET request append data to the end of the URL.

A POST request append data to the end of the URL.

HTTP DELETE method request for the Server to delete the resource

HTTP OPTIONS request for communication options available on the request/response chain

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java Server Pages (JSP) is a ------------------------------

client-side programming technology

server-side programming technology

Both

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct statement

Every JSP page is converted into servlet

Every servlet is converted into JSP

No conversion is possible

Both conversions are possible

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?