JDBC Interview Questions
JDBC Interview Questions
JDBC Interview Questions
1
nd
DURGASOFT, # 202,2 Floor,HUDAMaitrivanam,Ameerpet, Hyderabad - 500038, 040 – 64 51 27 86,
80 96 96 96 96, 9246212143 | www.durgasoft.com
JAVA Means DURGASOFT
2
nd
DURGASOFT, # 202,2 Floor,HUDAMaitrivanam,Ameerpet, Hyderabad - 500038, 040 – 64 51 27 86,
80 96 96 96 96, 9246212143 | www.durgasoft.com
JAVA Means DURGASOFT
21. What is the difference between ScrollSensitive ResultSet and ScrollInsensitive ResultSets?
22. What is the default ResultSet type in JDBC application and How it is possible to create a specific
type of ResultSet object?
23. How to iterate the data from Scrollable ResultSet objuect in both forward and backword
direction?
24. How to generate ScrollSensitive Result Set and how to reflect the later updations from database
automatically to the ResultSet object?
25. How to insert records into Database throws Updatable ResultSet?
26. How to perform updations on Database throws Updatable ResultSet?
27. What is meant by ResultSetMetaData ?How to get The ResultSet metadata of a ResultSet object?
28. How to display the data with the respective field names
29. What are the differences between Statement and PreparedStatement? (or) Tell me the
situations where we should go for PreparedStatement over Statement object.
30. Hhow to insert number of records into a table through Prepared Statement object.
31. How to update the database through PreparedStatement object.
32. How to fetch the data from database through PreparedStatement object.
33. What is meant by Transaction? How it is possible to maintain Transactions in JDBC applications?
34. What is meant by SavePoint?How to use Savepoints in JDBC applications?
3
nd
DURGASOFT, # 202,2 Floor,HUDAMaitrivanam,Ameerpet, Hyderabad - 500038, 040 – 64 51 27 86,
80 96 96 96 96, 9246212143 | www.durgasoft.com
JAVA Means DURGASOFT
4
nd
DURGASOFT, # 202,2 Floor,HUDAMaitrivanam,Ameerpet, Hyderabad - 500038, 040 – 64 51 27 86,
80 96 96 96 96, 9246212143 | www.durgasoft.com