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 |
What is the difference between Union, Unionall ?
Why prepared statements are faster?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
Does sql allow null values ?
Which jdbc driver is the fastest driver?
What is the full form of jdbc and what is its purpose?
How to retrieve warnings in jdbc?
What is savepoint in jdbc?
What is executequery in java?
What is the use of JDBC DriverManager class?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
What is a rollback in jdbc?