How the JDBC application works?


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

Post New Answer

More JDBC Interview Questions

What are the ddl statements?

0 Answers  


What are the measures to connect to the db using jdbc?

0 Answers  


What are the new features added to JDBC 4.0?

0 Answers  


Why is jdbc used?

0 Answers  


Write an sql to find all records having all numeric characters in a field ?

0 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

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  


Is the JDBC-ODBC Bridge multi-threaded?

2 Answers   Wipro,


what is call level interface?

1 Answers  


What is “dirty read” in JDBC? Which isolation level prevents dirty read?

0 Answers  


What is a jdbc connection pool?

0 Answers  


How do I know which jdbc driver to use?

0 Answers  


Categories