How the information about db(database) can be retrieved?
Answer Posted / indrani
using databasemetadata,we can get the data related to
database
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can resultset be null in java?
List the advantages of using datasource?
Is jdbc a middleware?
What are the benefits of PreparedStatement over Statement?
What do you understand by jdbc driver and explain its types?
What protocol does jdbc use?
Write a program JDBCcode forfetching student database with SQL.
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What is difference between java.util.Date and java.sql.Date?
What is a java driver?
What is the difference between execute, executeQuery, executeUpdate?
What is batch processing and how to perform batch processing in jdbc?
Is jdbc open source?
What is jdbc dialect?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?