InterviewSolution
Saved Bookmarks
| 1. |
What is the use of the statement in JDBC? |
|
Answer» The two statements in JDBC, such as PreparedStatement, and CallableStatement are USED for DEFINING the properties and the METHODS for letting the user send PL/SQL or SQL commands. Also, RECEIVING the data from the database and determining the methods for bridging the data type differences become comfortable with the statement interfaces. |
|