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 |
What is drivermanager in java?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
Which Java and java.sql data types map to my specific database types?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Define preparedstatement.
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
How is jndi useful for Database connection?
What is drivermanager in jdbc?
What is jdbc connection class?
What type of driver called is pure Java driver?
What are the 4 types of jdbc drivers?
What is a datasource in java?