JDBC Quiz Wipro

JDBC Quiz Wipro

University

30 Qs

quiz-placeholder

Similar activities

Cơ sở lý thuyết về TBD

Cơ sở lý thuyết về TBD

University

34 Qs

Electric Vehicle Technology Quiz

Electric Vehicle Technology Quiz

University

30 Qs

Relay Quiz

Relay Quiz

University

30 Qs

Symposium Round 1

Symposium Round 1

University

30 Qs

JDBC Quiz Wipro

JDBC Quiz Wipro

Assessment

Quiz

Engineering

University

Hard

Created by

Ms.Yatri Davda

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?