How can you retrieve information from a ResultSet ?   - Study24x7
Social learning Network
11 May 2022 11:38 AM study24x7 study24x7

How can you retrieve information from a ResultSet ?  

A

By invoking the method get(..., String type) on the ResultSet, where type is the database type

B

By invoking the method get(..., Type type) on the ResultSet, where Type is an object which represents a database type

C

By invoking the method getValue(...), and cast the result to the desired Java type

D

By invoking the special getter methods on the ResultSet: getString(...),getBoolean (...), getClob(...),...

study24x7
Write a comment
  • aditi arora

  • By Invoking The Special Getter Methods On The Resultset: Getstring(...),getboolean (...), Getclob(...), we can retrieve information from a ResultSet.
    Related Questions
    500+   more Questions to answer
    Most Related Articles