Sr.Java Web Developer Question:

Explain me what is the purpose of JDBC ResultSet interface?

Sr.Java Web Developer Interview Question
Sr.Java Web Developer Interview Question

Answer:

The ResultSet object represents a row of a table. It can be used to change the cursor pointer and get the information from the database.


Previous QuestionNext Question
What is public StackTraceElement[] getStackTrace()?Tell us how to disable caching on back button of the browser?