Computer Science, asked by lathaselvarajp, 5 months ago

Which method do you use to fetch records from the resultset?​

Answers

Answered by LavanyaSachan
0

Answer:

The ResultSet interface declares getter methods (for example, getBoolean and getLong ) for retrieving column values from the current row. You can retrieve values using either the index number of the column or the alias or name of the column.

Answered by BeccarPexity
0

Answer:

  1. The ResultSet interface declares getter methods (for example, getBoolean and getLong ) for retrieving column values from the current row. You can retrieve values using either the index number of the column or the alias or name of the column.
Similar questions