What is executeUpdate(String query)?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Sr.Java Web Developer Job Interview Questions And Answers