What do you understand by jdbc statements?
No Answer is Posted For this Question
Be the First to Post Answer
Does jdbc use ssl?
What is a jdbc driver and how many jdbc drivers are available?
Why jdbc is used in java?
What are static and dynamic queries?
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 ?");
Is jdbc secure?
How can I retrieve a String or other object type without creating a new object each time?
What are jdbc and its components?
What are the types of statements in jdbc?
What are the different types of locking in JDBC?
What is database deadlock ? How can we avoid them?
What is odbc and jdbc drivers?