Answer Posted / deepu
Jdbc is a multidatabase application programming interface(API).It provides java ovbjects for working with database drivers,connections,sql statements,Query result sets.
JDBC ,makes it easier to write jacva code for accessing sql databases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to test jdbc connection to sql server?
If I use the JDBC API, do I have to use ODBC underneath?
How do I insert an image file (or other raw data) into a database?
What is preparedstatement in jdbc?
Does jdbctemplate close connection?
What is represented by the connection object?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How can we set null value in jdbc preparedstatement?
What is odbc jdbc?
What is the fastest type of JDBC driver?
How can I retrieve a String or other object type without creating a new object each time?
Explain about the drive manager class working?
Write a program JDBCcode forfetching student database with SQL.
What are the measures to connect to the db using jdbc?