What is dburl?
No Answer is Posted For this Question
Be the First to Post Answer
What are statements in JAVA ?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Is jdbc faster than hibernate?
Explain the difference between inner and outer join ?
How to get the data from a table into a buffer?
Is there another way of dealing with the result set that could execute faster?
Stored procedure purpose?
What do you mean by metadata and why we are using it?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
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 are the exceptions in jdbc?
What is the JDBC?