Which of the following statements is true about JDBC `ResultSetMetaData`?
A. It represents a database connection
B. It is used for JavaBeans properties
C. It provides information about the columns in a `ResultSet`
D. It executes SQL queries
Answer: Option C

Join The Discussion