What is the difference between ExecuteUpdate and
ExecuteQuery?
Answer Posted / 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 |
Post New Answer View All Answers
Is oracle client required for jdbc connection?
What is the difference between jdbc and odbc?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is new in JDBC 2.0?
What are the new features added to JDBC 4.0?
What is odbc and jdbc drivers?
Why prepared statements are faster?
What is java soft framework?
How are jdbc statements used?
What is jdbc explain?
Why is jdbc needed?
What do you understand by DDL and DML statements?
Explain the JDBC Architecture?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is data source in java?