What is the use of getGeneratedKeys() method in Statement?


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

Post New Answer

More JDBC Interview Questions

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 are the different types of locking in JDBC?

0 Answers  


Is jdbc a framework?

0 Answers  


How do you debug PL/SQL code?

1 Answers  


What does adapter class provide?

0 Answers  






What is the syntax of URL to get connection?

1 Answers  


can we create a own jdbc driver? how can we create?

1 Answers   HCL,


How to execute bulk number of queries at once?

3 Answers   Wipro,


What is jdbc in dbms?

0 Answers  


How the information about db(database) can be retrieved?

3 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


How many ways that we can view a result set?

0 Answers  


Categories