Answer Posted / samsudeen
its interface , used for call the procedure, and able to
call the query
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which interface is responsible for transaction management in jdbc?
How many types of resultset are there in jdbc?
Explain the main method?
Give an example of code used for setting up connection with a driver.
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How to check jdbc driver version in sql server?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How do java applications access the database using jdbc?
State the three different ways in which you can create a table?
What are restrictions on triggers?
What are JDBC Best Practices?
How do I check in my code whether a maximum limit of database connections have been reached?
What is a rollback in jdbc?
What does connection pooling mean ?
What is database deadlock ? How can we avoid them?