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 |
Is jdbc connection secure?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Difference between Dirty, commited ,phantom,repeatable reads?
What are the components of jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What are the different types of lockings in jdbc?
Explain about Join?
What is the meaning of connection?
what does the method Class.forName returns?
What are the Isolation level in JDBC transaction?
What is the jdbc rowset?
What are the steps required to execute a query in jdbc?