what is the difference between SENSITIVE and INSENSITIVE?



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

Post New Answer

More JDBC Interview Questions

Can we return resultset in java?

0 Answers  


Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


What are the basic exceptions in jdbc?

0 Answers  


what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail

10 Answers   Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,


What is a statement?

0 Answers  






What does connection pooling mean ?

0 Answers  


What is an odbc driver?

0 Answers  


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum

3 Answers   Bosch, HireCraft, Infosys,


How many types of JDBC Drivers are present and what are they?

0 Answers  


what is metadata and it's use?

3 Answers  


Difference between JDBC and Hibernate? Give one sample based on the variance?

4 Answers   HCL, IBM, Xybion,


Categories