How can you load the drivers in jdbc?
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
What are different types of JDBC Drivers?
Is jdbc faster than hibernate?
What is jdbc odbc?
Explain about Join?
Does jdbc use ssl?
How to retrieve warnings in jdbc?
Explain different types of locks in jdbc?
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 ?");
what is connection pooling?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
What are the different types of interfaces in the api component?