What is execute(), executeUpdate() and executeQuery()
methods?
Answer Posted / sree
executeUpdate() is for non selecting statements
executeQuery() is for selecting statements.
| Is This Answer Correct ? | 21 Yes | 18 No |
Post New Answer View All Answers
How many types of resultset are there in jdbc?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is the latest version of JDBC? What are the new features added in that?
What is the purpose of jdbc?
Is java a database?
What happens if connection is not closed in jdbc?
What is two-phase commit in the database?
What is jdbc stand for?
Where can I find info, frameworks and example source for writing a JDBC driver?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What is a statement?
Explain creation of statement object with connection method create method with help of an example.
Name the types of jdbc drivers.
What is JDBC RowSet? What are different types of RowSet?
Explain the locking system in jdbc & its types?