What is the difference between ExecuteUpdate and
ExecuteQuery?
Answer Posted / vishnuvardhan
ExecuteUpdate method will return integer value.
ExecuteQuery method will return ResultSet value.
| Is This Answer Correct ? | 45 Yes | 7 No |
Post New Answer View All Answers
How does Cookies work in Servlets?
What is servlet used for?
Difference between doget and dopost?
What do you mean by cgi?
Which application server is best for java?
What are the functions of Servlet container?
Can we refresh servlet in client and server side automatically?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
How can we upload the file to the server using servlet?
Explain the difference between get and post method in servlet?
Tell us something about servletcontext interface.
What is the difference between forward () and sendredirect () functions in servlet? Explain
What do you mean by url pattern in servlet?
What is servlet container?
Write a servlet to upload file on server.