Answer Posted / hyma
ResultSet is an interface in jdbc API which represent
memory area at frontend where set of rows retrived from
backend are stored,This memory area ia called cursor.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain in detail about JDBC and its general features?
How to make updates to updatable result sets in jdbc?
Why are we using blob datatypes in jdbc?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is serialization and deserialization in java programming?
How do I insert an image file (or other raw data) into a database?
What is the major difference between java.util.date and java.sql.date data type?
What happens if we don't close the connection in jdbc?
Explain different types of locks in jdbc?
What is ODBC and JDBC? How do you connect the Database?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is the purpose of the jdbc resultset interface?
How do I find ojdbc jar version?
What is @entity in java?
Does jdbctemplate close connection?