How do I check in my code whether a maximum limit of database connections have been reached?


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

Post New Answer

More JDBC Interview Questions

What is the jdbc rowset?

0 Answers  


How to find total column from a resultset?

6 Answers   TSYS,


What is an escape syntax?

0 Answers  


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

0 Answers  


Which is better jpa or jdbc?

0 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


What is execute in java?

0 Answers  


What are collection pools?

0 Answers  


What is resultset in jdbc with example?

0 Answers  


How do I receive a ResultSet from a stored procedure?

0 Answers  


Explain the difference between rowset vs. Resultset in jdbc?

0 Answers  


How do I know which jdbc driver to use?

0 Answers  


Categories