Java MCQ: What does JDBC stand for?
a) Java Data Connection
b) Java Database Connectivity
c) Java DataBase Compiler
d) Java Data Component
Answer:
b) Java Database Connectivity
Explanation:
JDBC stands for Java Database Connectivity. It is an API in Java that allows developers to connect to and interact with databases from Java applications. JDBC provides methods to execute SQL queries, retrieve results, and perform updates in the database. It acts as a bridge between Java applications and a wide range of databases.
JDBC is a key component for building database-driven applications in Java, enabling seamless integration between Java code and relational databases like MySQL, Oracle, PostgreSQL, and others.
Reference links:
https://www.rameshfadatare.com/learn-java-programming/
https://www.javaguides.net/p/java-tutorial-learn-java-programming.html