Sr.Java Web Developer Question: Download Sr.Java Web Developer PDF

What is executeUpdate(String query)?

Tweet Share WhatsApp

Answer:

Statement executeUpdate(String query) is used to execute Insert/Update/Delete (DML) statements or DDL statements that returns nothing. The output is int and equals to the row count for SQL Data Manipulation Language (DML) statements. For DDL statements, the output is 0.

Download Sr.Java Web Developer PDF Read All 64 Sr.Java Web Developer Questions
Previous QuestionNext Question
Tell me what are the JDBC API components?Explain me how to handle exceptions in Spring MVC Framework?