Question: To perform an insert, update or delete operation, the method(s) should be used. a. executeUpdate() b. executeQuery() c. executeQuery() and execute() d. executeQuery() and executeUpdate()
To perform an insert, update or delete operation, the method(s) should be used.
a. executeUpdate()
b. executeQuery()
c. executeQuery() and execute()
d. executeQuery() and executeUpdate()
Step by Step Solution
3.46 Rating (166 Votes )
There are 3 Steps involved in it
The correct answer is a executeUpdate In Javas JDBC Java Database Connectivity API to perform insert ... View full answer
Get step-by-step solutions from verified subject matter experts
