This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Wednesday, 1 October 2014
Retrieve column values from ResultSet
ResultSet
interface provides number of getter method to get the column values
from a row. There are two ways to get column values from row.
No comments:
Post a Comment