What is a JavaBean in Java?
Select an option to see the answer and solution.
Which file extension is commonly used for JavaBean files?
Select an option to see the answer and solution.
In JavaBeans, what is the purpose of the getter method?
Select an option to see the answer and solution.
What is the role of the `javabeans.Introspector` class in JavaBeans?
Select an option to see the answer and solution.
Which of the following is a valid property name for a JavaBean?
Select an option to see the answer and solution.
What is JDBC in Java?
Select an option to see the answer and solution.
Which Java package contains the JDBC classes and interfaces?
Select an option to see the answer and solution.
What is the purpose of the JDBC `DriverManager` class?
Select an option to see the answer and solution.
What does the JDBC `Connection` interface represent?
Select an option to see the answer and solution.
Which of the following is NOT a valid JDBC driver type?
Select an option to see the answer and solution.
What is the purpose of the JDBC `PreparedStatement` interface?
Select an option to see the answer and solution.
In JDBC, what is the purpose of the `ResultSet` interface?
Select an option to see the answer and solution.
What is the primary role of a JDBC `DataSource`?
Select an option to see the answer and solution.
Which of the following statements is true about JDBC transactions?
Select an option to see the answer and solution.
What is the role of the `java.sql.DriverManager` class in JDBC?
Select an option to see the answer and solution.
What is the role of the JDBC `Statement` interface?
Select an option to see the answer and solution.
Which of the following statements is true about JDBC `ResultSetMetaData`?
Select an option to see the answer and solution.
What is the purpose of the JDBC `CallableStatement` interface?
Select an option to see the answer and solution.
In JDBC, what is a database connection pool?
Select an option to see the answer and solution.
Which of the following is NOT a valid method to close a JDBC `Connection`?
Select an option to see the answer and solution.