adspace
What type of object is returned by resultset.getobject()?
Answer Posted / Meeta Rani
The `ResultSet.getObject()` method returns a Java Object (specifically, the `java.sql.SQLData` or `java.sql.Blob`, `java.sql.Clob`, and `java.sql.Array` subclasses) that represents the value at the current row and column of the ResultSet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category