What is jdbc and explain jdbc architecture?


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

Post New Answer

More JDBC Interview Questions

What is xe in oracle jdbc url?

0 Answers  


What is the function of setautocommit?

0 Answers  


Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?

0 Answers  


What do you understand by jdbc statements?

0 Answers  


How do I connect to jdbc?

0 Answers  






What do you understand by jdbc datasource?

0 Answers  


what is callable statement?

6 Answers   Infogain,


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 to rollback a JDBC transaction?

0 Answers  


What are the common jdbc exceptions?

0 Answers  


I have written a program to connect to database using odbc.Can this Application run on any Platform????

2 Answers  


Why are we using blob datatypes in jdbc?

0 Answers  


Categories