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 can you create jdbc statements?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
Name the types of jdbc drivers.
What is jdbc odbc bridge in java?
What is an encrypted internet connection?
Compare jdbc and odbc and how is jdbc required in this context.
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What are common JDBC Exceptions?
What is the use of jdbc?
Explain what should be done when a SQL exception is raised?
What is odbc and jdbc in dbms?
What does executeupdate return in jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
What is the jdbc rowset?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?