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
What is the advantage of namedparameterjdbctemplate?
How can we set null value in jdbc preparedstatement?
What are the 4 types of jdbc drivers?
What is jdbc connection interface?
What does the jdbc resultsetmetadata interface?
What is jdbc vs odbc?
How do I insert an image file (or other raw data) into a database?
What is jdbc connection string?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
How can I retrieve a String or other object type without creating a new object each time?
What is jdbc connection?
Is jdbc faster than hibernate?
Explain about DSN?
What is an odbc driver?
Is jdbc and orm?