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
Does jdbc require oracle client?
How to rollback a JDBC transaction?
What is jdbc explain?
How can you make a connection?
How to test jdbc connection to sql server?
Write a program JDBCcode forfetching student database with SQL.
Is jpa faster than jdbc?
How can I determine the isolation levels supported by my DBMS?
What is namedparameterjdbctemplate?
Does jdbctemplate close connection?
What does jdbc setmaxrows method do?
List the advantages of using datasource?
Explain the various types of locking system in jdbc?
How do I find jdbc version?
What class.forname will do while loading drivers of jdbc?