II Quiz AJ 2025

II Quiz AJ 2025

University

8 Qs

quiz-placeholder

Similar activities

Git & GitHub

Git & GitHub

University

10 Qs

Software Engineering

Software Engineering

University

10 Qs

Computer shortcuts

Computer shortcuts

KG - Professional Development

10 Qs

Chapter 11 Quizz

Chapter 11 Quizz

University

10 Qs

ACIT group 4

ACIT group 4

University

10 Qs

IT Quiz Round 3

IT Quiz Round 3

University

10 Qs

introduction to computer graphics

introduction to computer graphics

University

10 Qs

fnaf sister location

fnaf sister location

4th Grade - University

10 Qs

II Quiz AJ 2025

II Quiz AJ 2025

Assessment

Quiz

Computers

University

Easy

Created by

Chandrasekar R Professor

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

purpose of web.xml is __________

to execute SQL Queries

to configure servlet mappings and other web application settings

to define JavaBean properties

to create JavaBean

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Sessions management in Java Servlet is done by

SQL Queries

Servlet request

cookies or URL writing

cookies

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

use of doPost() method is

to handle HTTP GET requests

to handle HTTP POST requests

to define JavaBean properties

to Manage Java Bean Events

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following method is used to get the row number that the cursor is

pointing to.

next()

last()

previous()

getRow()

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

JSP stands for ___________

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

___________ method is used to update the database.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

___________ allows users to use custom tags in JSP

page directive

include directive

servlet

taglib directive

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_______ is a default method type of jsp form processing