Explain the difference between resultset and rowset in jdbc
No Answer is Posted For this Question
Be the First to Post Answer
What is an escape syntax?
What is the meaning of “dirty read” in the database?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Why is jdbc used?
Which is better jpa or jdbc?
How to update a resultset programmatically?
What is a statement?
How do you determine the sensitivity of the ResultSet object?
What is executequery in java?
What is while rs next ())?
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 ?");
Give steps to connect to the db using jdbc?