Quiz on Servlet and JDBC

Quiz on Servlet and JDBC

University

10 Qs

quiz-placeholder

Similar activities

wad java-servlet-1

wad java-servlet-1

University

10 Qs

JSP

JSP

University

10 Qs

Java server pages

Java server pages

University

10 Qs

Spring MVC

Spring MVC

University

10 Qs

JAVA Quiz 3

JAVA Quiz 3

University

10 Qs

WE Quiz #7

WE Quiz #7

University

15 Qs

Servlet & JSP

Servlet & JSP

University

10 Qs

Servlets

Servlets

University

15 Qs

Quiz on Servlet and JDBC

Quiz on Servlet and JDBC

Assessment

Quiz

Computers

University

Hard

Created by

Ms. Asst.Prof

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When destroy() method of a filter is called?

The destroy() method is called only once at the end of the life cycle of a filter

The destroy() method is called after the filter has executed doFilter method

The destroy() method is called only once at the begining of the life cycle of a filter

The destroyer() method is called after the filter has executed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about servlets?

Servlets execute within the address space of web server

Servlets are platform-independent because they are written in java

Servlets can use the full functionality of the Java class libraries

Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When service() method of servlet gets called?

The service() method is called when the servlet is first created

The service() method is called whenever the servlet is invoked

Both a and b

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is javax.servlet.http.HttpServlet?

interface

abstract class

concreate class

None of the above.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following code is used to get PrintWriter object in servlet?

response.getWriter()

request.getWriter()

new PrintWriter()

None of the above.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which packages represent interfaces and classes for servlet API?

javax.servlet

javax.servlet.http

Both A & B

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which class can handle any type of request so that it is protocol-independent?

GenericServlet

HttpServlet

Both A & B

None of the above

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?