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
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is savepoint in jdbc?
Explain how data flows from view to db and reverse
What are drivers available?
Is oracle client required for jdbc connection?
How can you use preparedstatement in jdbc?
What is jdbc thin client in oracle?
What is an odbc driver?
What is the meaning of batch updates?
What are the benefits of PreparedStatement over Statement?
What are the jdbc statements?
How many types of statements are there in jdbc?
How can we execute stored procedures using callablestatement?
In which ways is driver class is registered with drive manager?
What are four types of JDBC driver?