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

Is jdbc connection secure?

0 Answers  


How many locking systems are there in jdbc?

0 Answers  


Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,


What should be done for auto generating primary key id in a table ?

0 Answers  


What is jdbc connection string?

0 Answers  






What is the difference between ojdbc6 and ojdbc7?

0 Answers  


What does adapter class provide?

0 Answers  


What is the jdbc rowset?

0 Answers  


Why resultset is used in java?

0 Answers  


What port does jdbc use?

0 Answers  


What is transaction processing in jdbc?

0 Answers  


what does batchUpdate does?

6 Answers   HCL,


Categories