Tuesday, November 29, 2011

How can you retrieve data from the ResultSet?

First JDBC returns results in a ResultSet object, so we need to declare an instance of the class ResultSet to hold our results.:To retrive the data from the Resultset First we create object for the ResultSet
Category:JDBC Interview Questions

No comments:

Post a Comment