what is the difference between SENSITIVE and INSENSITIVE?
Answer Posted / suresh mishra
Sensitive : When you have opened the ResultSet and some one is updating the data in the database.The updated data will be shown in the current ResultSet.
InSensitive - The ResultSet will not get the updated data in the middle of result execution.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is serialization and deserialization in java programming?
What is a connection string used for?
What is jdbc and odbc in java?
What does executeupdate return in java?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Where is jdbc url mysql?
Which is better jpa or jdbc?
What is the different between ResultSet and RowSet?
What is jdbc drivers in java?
What are types of resultset?
Explain different types of locks in jdbc?
What are the benefits of PreparedStatement over Statement?
What is meant by dao?