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 |
How we store procedure in oralce for callable statements in jdbc
What does executeupdate return in jdbc?
What is JDBC DataSource and what are it’s benefits?
please tell me the name and url path for type-4 driver ?
How can we store and retrieve images from the database?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
Is jdbc a middleware?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is a JDBC 2.0 DataSource?
Is jdbc an api?
What are the steps involved in establishing a connection using jdbc in java?
what is JDBC?