Question: By using three methods defined in the Connection interface, createStatement(), prepareStatement() and prepareCall(), one can create three statement objects: Statement, PreparedStatement and CallableStatement. (True/False)
By using three methods defined in the Connection interface, createStatement(), prepareStatement() and prepareCall(), one can create three statement objects: Statement, PreparedStatement and CallableStatement. (True/False)
Step by Step Solution
3.48 Rating (155 Votes )
There are 3 Steps involved in it
The statement is True In Java database connectivity JDBC the Connection interface provides three met... View full answer
Get step-by-step solutions from verified subject matter experts
