What is the difference between ExecuteUpdate and
ExecuteQuery?
Answer Posted / fiza
when we seach any record from database we call the execute
query and when we write in database we call the update
method
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How do cookies work in servlets?
Explain the difference between a web server and a web container?
Why do we need a constructor in a servlet if we use the init method?
Whats the advantages using servlets over using CGI?
Define servlet mapping?
Whether thread can be used in servlets?
What exactly are the functions of servlet?
What are the different methods involved in the process of session management in servlets?
What are its drawbacks of cgi?
Is dispatcher servlet a singleton?
List out difference between a JavaBean from a Servlet?
What is the use of request dispatcher interface?
What is servlet and how it works?
How can you use a servlet to generate a plain text instead of html?
Explain their methods? Tell me their parameter names also have you used threads in servlet?