How are jdbc statements used?
No Answer is Posted For this Question
Be the First to Post Answer
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
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?................
How to find total column from a resultset?
How many types of JDBC drivers are there and what are they?
How do I find jdbc version?
What is device controller?
Which type of driver is unique in jdbc?
Explain the difference between inner and outer join ?
Name the types of jdbc drivers.
what are the advantages of JDBC?
What happens if we don't close the connection in jdbc?
What are the flow statements of jdbc?