How the JDBC application works?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of statement in jdbc?
What is sqlwarning and discuss the procedure of retrieving warnings?
What are jdbc and its components?
how to retrieve sql exceptions
What is the exception thrown by JDBC ?
Why do we use jdbc statements?
What is difference between jdbc and odbc?
What is Type-1 Driver and when this driver is used?
How we store procedure in oralce for callable statements in jdbc
What is the difference between Minus, and Intersect?
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 ?");
Can resultset be null in java?