what is the difference between SENSITIVE and INSENSITIVE?
Answer Posted / 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 View All Answers
How can I determine where a given table is referenced via foreign keys?
What is namedparameterjdbctemplate?
What is meant by dao?
What is the use of the statement in jdbc?
Why isn't the java.sql.DriverManager class being found?
State the different connection methods used for creating different types of sql.
What are the main steps in java to make JDBC connectivity?
What are the differences between execute, executequery, and executeupdate?
Why do we use jdbc?
What is resultset?
Does jdbctemplate use prepared statements?
Where can I find ojdbc14 jar file?
Does jdbc require oracle client?
How does jdbc driver work?
What is jdbc and why is it required?