What are the steps to connect to the database in java?


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

Post New Answer

More JDBC Interview Questions

Explain in detail about JDBC and its general features?

0 Answers  


What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?

0 Answers  


How do I find jdbc version?

0 Answers  


What is connection data?

0 Answers  


What is meant by jdbc and odbc?

0 Answers  






What is 2 phase commit?

0 Answers  


How we say that PreparedStatment is Precompiled? where it will be compiled?

4 Answers   Logica CMG,


Difference between JDBC and Hibernate? Give one sample based on the variance?

4 Answers   HCL, IBM, Xybion,


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  


How to get a whole row of data at once?

2 Answers  


Jdbc-odbc bridge is multi-threaded or not?

0 Answers  


What is a PreparedStatement?

3 Answers   Infosys,


Categories