Quiz on Servlet and JDBC

Quiz on Servlet and JDBC

University

10 Qs

quiz-placeholder

Similar activities

JSP and Servlet

JSP and Servlet

University

10 Qs

Advanced Java activity - 1 (22/7/2025)

Advanced Java activity - 1 (22/7/2025)

University

15 Qs

JavaBean_Quiz

JavaBean_Quiz

University

10 Qs

EJ Uint 1

EJ Uint 1

University

10 Qs

Applet Java

Applet Java

University

10 Qs

CBT Revision Quiz Unit 13

CBT Revision Quiz Unit 13

University

15 Qs

WE Quiz #6

WE Quiz #6

University

15 Qs

java web 2

java web 2

University

10 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?