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 does adapter class provide?
What will happen when ResultSet is not closed?
What is the feature of jdbc v4?
What is namedparameterjdbctemplate?
Is oracle client required for jdbc connection?
What is a jdbc connection string?
Does sql allow null values ?
how can we get the metaData (columnNames) from a table which has no Records..
what is metadata and it's use?
Which package contains jdbc api?
What is jdbc servlet?
How do I connect to jdbc?