what is the difference between SENSITIVE and INSENSITIVE?
Answer / 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 |
What is the return type of class.forname() method?
What are the advantages of using preparedstatement over statement?
What is Apache DBCP API?
What is JDBC ResultSet?
Does sql allow null values ?
How the information about db(database) can be retrieved?
How is database middleware used to access legacy databases?
How many ways can you update a result set?
If I use the JDBC API, do I have to use ODBC underneath?
What are the conditions applies to varchar variable, when using in procedures?
Under what circumstances, that all four drivers are used?
Does JDBC support stored procedures?