JDBC Quiz Wipro

JDBC Quiz Wipro

University

30 Qs

quiz-placeholder

Similar activities

ESD RG 2025

ESD RG 2025

University

25 Qs

Vật liệu kim loại và hợp kim

Vật liệu kim loại và hợp kim

11th Grade - University

25 Qs

CIPHER QUEST ROUND 1 SET 2

CIPHER QUEST ROUND 1 SET 2

University

25 Qs

Algoritmos I

Algoritmos I

University

35 Qs

Cuestionario de Inteligencia de Negocios

Cuestionario de Inteligencia de Negocios

University

30 Qs

Quiz Round 2

Quiz Round 2

University

30 Qs

C Programming Fundamentals

C Programming Fundamentals

University

25 Qs

Round1

Round1

University

25 Qs

JDBC Quiz Wipro

JDBC Quiz Wipro

Assessment

Quiz

Engineering

University

Hard

Created by

Ms.Yatri Davda

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main reason to wrap DriverManager.getConnection() in a DBUtil class?

Avoid code duplication

Improve query performance

Reduce memory

To use Hibernate

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if Class.forName("oracle.jdbc.driver.OracleDriver") is missing?

JDBC will use MySQL driver

Program crashes silently

ClassNotFoundException is thrown

Database connection remains open

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JDBC component is responsible for executing SQL queries?

Driver

Connection

ResultSet

Statement / PreparedStatement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a DAO pattern, which of these responsibilities is valid for dao.java file?

Business logic

REST API calls

Direct database operations

Model creation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the correct return type in a DAO method fetching all users from DB?

String[]

List<UserBean>

UserService

void

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of throws ClassNotFoundException in DBUtil?

It enforces use of static block

JDBC always throws it

Ensures driver loading failure is reported

Forces compilation error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which design pattern is most suitable for writing DBUtil?

Builder

Decorator

Singleton

Observer

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?