What is a java driver?


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

Post New Answer

More JDBC Interview Questions

If iam using JDBC API, do I also have to use ODBC?

1 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

0 Answers  


What are the advantages of using preparedstatement over statement?

0 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  


What is a JDBC 2.0 DataSource?

0 Answers  






How can I manage special characters when I execute an insert query?

0 Answers  


What is a connection string used for?

0 Answers  


Can we make a database connection from HTML ?

6 Answers   Aptech, BOB Technologies, Cap Gemini, Wipro,


What is an encrypted internet connection?

0 Answers  


Explain about column name and getter method?

0 Answers  


r u used any design patterns in your project?

3 Answers   Wipro,


What is batch processing and how to perform batch processing in jdbc?

0 Answers  


Categories