Why jdbc is used in java?
No Answer is Posted For this Question
Be the First to Post Answer
How do I set properties for a JDBC driver and where are the properties stored?
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?................
Which database is used with java?
What causes the "No suitable driver" error?
Explain creation of statement object with connection method create method with help of an example.
What is a jdbc connection string?
How data can be inserted into long row column of database?
How do you know which driver is connected to a database?
What is a PreparedStatement?
How to execute bulk number of queries at once?
JDBC Drivers properties?
What are the basic exceptions in jdbc?