What is the difference between ExecuteUpdate and
ExecuteQuery?
Answer / p.l.n.kumar
ExecuteUpdate is used to execute Insert,Update and
Delete... statements.it's return type is 'int' .
ExecuteQuery is used to execute Select.... statements.It's
return type is 'Resultset' object.
| Is This Answer Correct ? | 45 Yes | 8 No |
Define preparedstatement.
What is the fastest type of JDBC driver?
What is 2-tier and 3-tier architecture?
What is JDBC Driver interface?
What are the methods which can verify the cursor particular position?
How to find number of records in result set?
What causes the "No suitable driver" error?
What are collection pools?
Give an example for execution of sql statement.
What causes no suitable driver error?
What is the difference between ExecuteUpdate and ExecuteQuery?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?