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
Write all the phases defined in servlet life cycle?
What is called Scriptlet?
What if you need to span your transaction across multiple servlet invocations?
What do you mean by web applications? Explain web application directory arrangement?
What is the difference between Server and Container?
What is servlet instance?
Explain the difference between jsp and servlet?
Explain the features are in servlet 3?
What do you mean by web applications?
What are the life-cycle methods for a servlet?
Write a hello world program using servlets.
Explain the difference between servlet and cgi?
Define servlet mapping?
How many servlet objects are created?
How do you run a servlet?