403Software EngineeringMediumWhich method is used to perform DML statements in JDBC?Aexecute()BexecuteUpdate()CexecuteQuery()DNone of above Correct answerB. executeUpdate() ExplanationThe correct answer is executeUpdate().