Sr.Java Web Developer Question:
Explain me what is the purpose of JDBC ResultSet interface?

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 Question | Next Question |
What is public StackTraceElement[] getStackTrace()? | Tell us how to disable caching on back button of the browser? |