Answer Posted / v2kagitala
JDBC(java Database Connectivity) is an API(Application
program Interfaces), that is useful to write a java program
to connect any database,and retrieve the data form the
database and utilize the data in the java program.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What are the jdbc statements?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Explain about column name and getter method?
What happens if we don't close the connection in jdbc?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is jdbc odbc bridge?
Which database is used for java?
What is correlated subquery?
How do we load the drivers?
What is jdbc explain?
State the different connection methods used for creating different types of sql.
What are the new features available in jdbc 4.0?
Under what circumstances, that all four drivers are used?
Why “no suitable driver” error occurs?
How we store procedure in oralce for callable statements in jdbc