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 |
If you are truncated using JDBC, how can you that how much data is truncated?
What is the JDBC?
Explain the JDBC Architecture?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Is jdbc a middleware?
What are the basic exceptions in jdbc?
How do we call a stored procedure from jdbc?
Result set’s index starts with 0 or 1?
What does connection pooling mean ?
What is phantom read and which isolation level prevents it?
Under what circumstances, that all four drivers are used?
Stored procedure purpose?