Which is better jpa or jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of dialect?
how do we get the connection from connection pool
How many types of resultset are there in jdbc?
How can you tune SQL statements?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
How to set the attribute concurrency in resultset?
What is batch processing and how to perform batch processing in jdbc?
If I use the JDBC API, do I have to use ODBC underneath?
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 ?");
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
How do we call a stored procedure from jdbc?
What do you understand by jdbc datasource?