Google News
logo
JDBC - Interview Questions
What do you mean by DatabaseMetaData and why we are using it?
* DatabaseMetaData is an interface that provides methods to obtain information about the database.

* We can use this for getting database-related informations, such as database name, database version, driver name, the total number of tables or views, etc.
Advertisement