How to check jdbc connection in linux?


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

Post New Answer

More JDBC Interview Questions

How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

0 Answers  


What is url in jdbc connection?

0 Answers  


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

1 Answers   HCL,


What is resultsetmetadata?

0 Answers  


What is executequery in java?

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 are collection pools?

0 Answers  


Explain Basic Steps in Writing a Java Program Using Jdbc?

0 Answers   Winsol Solutions,


What is jdbc thin client in oracle?

0 Answers  


What is jdbc and jpa?

0 Answers  


What is @entity in java?

0 Answers  


How do find debugging problems related to JDBC API?

1 Answers  


Categories