How can you create jdbc statements?
No Answer is Posted For this Question
Be the First to Post Answer
What happens if we don't close the connection in jdbc?
What is odbc and jdbc in dbms?
Differentiate between stored procedure and functions?
What is jdbc architecture?
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 @entity in java?
What does jdbc do?
What are different types of ResultSet?
Why is jdbc used?
Why we use while rs next ())?
What does it mean to "materialize" data?
What are the differences between execute, executequery, and executeupdate?