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
How to rollback a JDBC transaction?
What is jdbc architecture in java?
What is the use of jdbc?
How many jdbc driver types are there?
State the three different ways in which you can create a table?
What do you mean by odbc?
What are the advantages of using preparedstatement over statement?
Expalin the method of calling a stored procedure from jdbc.
How do you determine the sensitivity of the ResultSet object?
How do we call a stored procedure from jdbc?
Is odbc an api?
How can we maintain the integrity of a database by using jdbc?
What is the feature of jdbc v4?
Does jdbctemplate use prepared statements?
What are the jdbc statements?