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 is the JDBC?
What is jdbc driver?
What are the measures to connect to the db using jdbc?
How does jdbc driver work?
What is two-phase commit in the database?
Why is odbc needed?
Is jdbc object oriented?
Differentiate between stored procedure and functions?
What is a datasource in java?
What is the benefit of having jdbcrowset implementation?
What is an encrypted internet connection?
What class.forname does, while loading the drivers?
Where can I find ojdbc14 jar file?
What does jdbc setmaxrows method do?
What is jdbc driver manager?