How are jdbc statements used?
No Answer is Posted For this Question
Be the First to Post Answer
How many ways can you update a result set?
What are the functions of the jdbc connection interface?
How do I start debugging problems related to the JDBC API?
what are design patterns?
What happens if we don't close the connection in jdbc?
What is Type-3 Driver and when this driver is used?
What is a jdbc connection?
What are different types of ResultSet?
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 difference between java.util.Date and java.sql.Date?
What does the jdbc driver interface do?
What is jdbc connection?