Search Header Logo

Quiz on Servlet and JDBC

Authored by Ms. Asst.Prof

Computers

University

Used 2+ times

Quiz on Servlet and JDBC
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?