What is execute(), executeUpdate() and executeQuery()
methods?
Answer Posted / srinivasan
execute() - will do the querying the database & also the
update,insert,delete on the database.
executeUpdate() - only the update,insert,delete on the
database.
executeQuery() - only the querying the database.
| Is This Answer Correct ? | 80 Yes | 23 No |
Post New Answer View All Answers
What is the purpose of jdbc?
Is it possible to connect to multiple databases simultaneously?
Why do we use jdbc statements?
What does the jdbc driver interface do?
What is a statement in java?
Explain different types of locks in jdbc?
Which type of JDBC driver is the fastest one?
What is java soft framework?
Explain the various types of locking system in jdbc?
What are jdbc?
How to retrieve warnings in jdbc?
Under what circumstances, that all four drivers are used?
What are different parts of a url?
What are the common tasks of JDBC?
How can you make the connection using jdbc?