Servlets

Servlets

University

25 Qs

quiz-placeholder

Similar activities

Laravel API sanctum

Laravel API sanctum

12th Grade - University

20 Qs

Web Technologies(A6602)

Web Technologies(A6602)

University

20 Qs

U5. Spring

U5. Spring

University

25 Qs

q1-Servlets

q1-Servlets

University

20 Qs

HTTP and CSS Selector

HTTP and CSS Selector

University

20 Qs

Servlet_JSP_Quiz

Servlet_JSP_Quiz

University

20 Qs

Node.js Server

Node.js Server

University

20 Qs

Unit-5  web Tech Test MCQ Based

Unit-5 web Tech Test MCQ Based

University

20 Qs

Servlets

Servlets

Assessment

Quiz

Computers

University

Hard

Created by

Duraimurugan N

Used 20+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Servlet runs each request in a __________ ?

OS shell

JVM

JRE

Separate thread

2.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

GenericServlet class is encapsulated inside __________ package

java.lang

java.servlet

javax.servlet

javax.servlet.http

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class provide implementation for service() method ?

HttpServlet

GenericServlet

Servlet

none of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ is responsible for managing execution of servlet

Web Container

JVM

Servlet Context

Server

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using HTML forms which of the following is true for POST method ?

POST allows users to bookmark URLs with parameters.

POST method shows the send data in the URL.

POST method sends data in the body of the request.

The POST method should not be used when large amount of data needs to be transferred.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Deployment Descriptor(DD) is a _________ .

Servlet used to maintain other servlet.

XML document that is used by Web Container to run servlets.

Library file.

Text document

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?