II Quiz AJ 2025

II Quiz AJ 2025

University

8 Qs

quiz-placeholder

Similar activities

Programming Knowledge Quiz (Medium)

Programming Knowledge Quiz (Medium)

5th Grade - Professional Development

10 Qs

Java MVC Framework Quiz

Java MVC Framework Quiz

University

10 Qs

Java 1

Java 1

University

10 Qs

ข้อสอบย่อยวิชา จาวาเว็บ ครั้งที่ 7

ข้อสอบย่อยวิชา จาวาเว็บ ครั้งที่ 7

University

10 Qs

JSP I

JSP I

University

8 Qs

Mobile Commerce P2

Mobile Commerce P2

University

10 Qs

Java Quiz2

Java Quiz2

University

11 Qs

Acronyms for all

Acronyms for all

University

11 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