PreparedStatement is a pre compiled statement but where it's
pre compiled ?
Answer Posted / amitabha
What is meant by parsing here?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the jdbc driver interface do?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What does the jdbc resultset interface?
What is preparedstatement in jdbc?
What is the use of getGeneratedKeys() method in Statement?
How can we move the cursor in a scrollable result set?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Explain the difference between resultset and rowset in jdbc
Give steps to connect to the db using jdbc?
Explain about DSN?
Can resultset be null in java?
How does a file store compare with a jdbc store?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Differentiate between type_scroll_insensitive and type_scroll_sensitive.