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 |
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How to find the column count in resultset?
What are the main components of JDBC ?
What is serialization and deserialization in java programming?
What is createstatement method in java?
Explain the importance of drivermanager.
why we don't use the type 2 driver for connect to the database in jdbc?
What are clob and blob data types in jdbc?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Give steps to connect to the db using jdbc?
How can you use preparedstatement in jdbc?
What is the exception thrown by JDBC ?