srinivasan


{ City } chennai
< Country > india
* Profession * systems analyst
User No # 508
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 80
Users Marked my Answers as Wrong # 23
Questions / { srinivasan }
Questions Answers Category Views Company eMail




Answers / { srinivasan }

Question { 62678 }

What is execute(), executeUpdate() and executeQuery()
methods?


Answer

execute() - will do the querying the database & also the
update,insert,delete on the database.

executeUpdate() - only the update,insert,delete on the
database.

executeQuery() - only the querying the database.

Is This Answer Correct ?    80 Yes 23 No