Sandeep Bhandari holds a Bachelor of Engineering in Computers from Thapar University (2006). He has 20 years of experience in the technology field. He has a keen interest in various technical fields, including database systems, computer networks, and programming. You can read more about him on...
JDBC - What is the difference between executeUpdate() and executeQuery() in JDBC ? . 7 Answers are available for this question.
What is the difference between execute() executeQuery() and executeUpdate() methods in JDBC - Once you have created the statement object you can execute it using one of the execute methods of the Statement interface namely, execute(), executeUpdate() and