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 can we create deadlock situation in servlet?
Explain the steps involved in placing a servlet within a package?
What are the disadvantages of storing session state in cookies?
What is the difference between jsp and servlet life cycle?
What is servletconfig?
What are the different types of servlets?
Why HttpServlet class is declared abstract?
How servlets are deployed in java?
What are the supporting protocol by HttpServlet ?
What is a generic servlet?
Explain the servlet context.
What is http servlet? Explain with the help of an example.
How do you get the ip address of the client in servlet?
What does the term localization refer to?
If a servlet is not properly initialized, what exception may be thrown?