Tuesday, November 29, 2011

How can you retrieve data from the ResultSet?

Statement stmt = conn.createStatement(); :Connection con=null;:ResultSet is like a table containing data. Initally the cursor is before the first line.
Category:JDBC Interview Questions

No comments:

Post a Comment