II Quiz AJ 2025

II Quiz AJ 2025

University

8 Qs

quiz-placeholder

Similar activities

WWW

WWW

University

10 Qs

coding

coding

University

7 Qs

Big Data Technology

Big Data Technology

University

10 Qs

SPRING INTRODUCTION

SPRING INTRODUCTION

University

10 Qs

Programación 2: Primer Parcial Teórico

Programación 2: Primer Parcial Teórico

University

8 Qs

JSP_QUIZ

JSP_QUIZ

University

10 Qs

Overview of Java Web Development

Overview of Java Web Development

University

10 Qs

TP1 Test 2

TP1 Test 2

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