
JDBC Quiz Wipro
Authored by Ms.Yatri Davda
Engineering
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?