Answer Posted / anand
Meta data nothing but data about date.
For example,
22 - marks
Raju - name
96 - age
Hyd - address
In the above example we can say that marks,name,age and address called Meta data, because that data gives detail information about actual data.
<marks>22</marks>
<name>Raju</name>
<age>96</age>
<address>Hyd</address>
Tn the above one we can say that the tags like <marks>,<name>,<age>,<address> are called meta tags, because that tags gives details information about actual data.
In java we have two types of metadata.
i) ResultSetMetaData
ii) DatabaseMetaData
ResultSetMetaData is used to know the details of ResultSet object like no.of columns,names of the columns and datatypes of the column etc.
DatabaseMetaData is used to know the information about database server like version of the database server,name of the database server etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What class.forname will do while loading drivers of jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?
How to make updates to updatable result sets in jdbc?
What are the advantages of database connection pooling?
How to move the cursor in scrollable resultset ?
What does the jdbc databasemetadata interface?
What is addbatch jdbc?
Why is jdbc used?
What are the differences between statement and preparedstatement interface?
What is resultsetmetadata?
How to check jdbc driver version in sql server?
Where can I find ojdbc14 jar file?
Explain the importance of drivermanager.
What is an encrypted internet connection?
What are types of resultset?