ResultSetMetaData interface is useful to provides methods to get metadata from ResultSet object - Core Java

Q.  ResultSetMetaData interface is useful because it provides methods to get metadata from the ResultSet object.

- Published on 22 Jul 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Nirja Shah   -Posted on 20 Aug 15
    If we want to get the metadata of a table i.e. data about data like the total number of columns,column name,column type etc we use the ResultSetMetaData interface as it is useful in providing the methods to get the medata from the ResultSet object.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)