What are the common JDBC problems that you got and how do
you solved them?
No Answer is Posted For this Question
Be the First to Post Answer
What protocol does jdbc use?
What are the utilities of the callablestatement?
How can you use preparedstatement in jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What is the return type of class.forname() method?
Which interface is responsible for transaction management in jdbc?
what is call level interface?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What is in terms of jdbc a datasource?
password, is stored in as plain text. What can I do to protect my passwords?
Discuss the procedure of retrieving warnings?
How can I write to the log used by DriverManager and JDBC drivers?