What is jdbc architecture in java?


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

Post New Answer

More JDBC Interview Questions

password, is stored in as plain text. What can I do to protect my passwords?

0 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,


What is the difference between client and server database cursors?

0 Answers  


How many rowset are available in jdbc?

0 Answers  


What is drivermanager in java?

0 Answers  


How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


what are the drawbacks of JDBC? explain briefly?

5 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  


how many JDBC drivers ?name them?

6 Answers   CTS, Idea,


What is the use of the statement in jdbc?

0 Answers  


What is jdbc template?

0 Answers  


What is JDBC DataSource and what are it’s benefits?

0 Answers  


Categories