InterviewSolution
Saved Bookmarks
| 1. |
Explain the usage of the getter and setter methods in ResultSet. |
Answer»
The above statement is used to retrieve the value of the specified column Index and the return type is an int data type.
The above statement is used to insert the value of the specified column Index with an int value. |
|