What are types of jdbc drivers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

How can you load the drivers?

0 Answers  


Different statements in JDBC?

3 Answers  


what is meant by connection pooling?

4 Answers  


What is jsp and jdbc?

0 Answers  


What is in term of jdbc a datasource?

0 Answers  






How do I find whether a parameter exists in the request object?

0 Answers  


Is JDBC a language or Application?

3 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


Explain about column name and getter method?

0 Answers  


How to find that, a row is updated or not?

2 Answers  


what is call level interface?

1 Answers  


How do I know which jdbc driver to use?

0 Answers  


Categories