What do you mean by DatabaseMetaData and why we are using it?
Answer»
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.