How to set the attribute concurrency in resultset?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

How to execute bulk number of queries at once?

3 Answers   Wipro,


What does it mean to "materialize" data?

0 Answers  


What is odbc jdbc?

0 Answers  


Which interface is responsible for transaction management in jdbc?

0 Answers  


What are the new features available in jdbc 4.0?

0 Answers  






How to get the Database server details in java program?

0 Answers  


What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

0 Answers  


How many types of statements are there in jdbc?

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


What is jdbc thin client?

0 Answers  


What is serialization and deserialization in java programming?

0 Answers  


How many types of jdbc drivers are there?

0 Answers  


Categories