What is execute(), executeUpdate() and executeQuery()
methods?
Answer Posted / boomiraj.p
executeUpdate() : is used to update the data using "insert,update and delete" statements.Send the data from fron t end to back end.
executeQuery() : used to select the data using "select" statement.Retrieve the data from back end to front end.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What are the advantages of using preparedstatement over statement?
What are the different types of classes in the api component?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is type 4 jdbc driver?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is jdbc dialect?
How do I find ojdbc jar version?
What are the advantages of database connection pooling?
What are the different types of statements? How we can you use preparedstatement.
Is jdbc and orm?
What is an escape syntax?
What causes no suitable driver error?
Why is jdbc used?
How to check jdbc connection in linux?
In which ways is driver class is registered with drive manager?