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
What are the functions of an intercepting filter?
What is servlet lazy loading?
What is the difference between using getSession(true) and getSession(false) methods?
What is servlet name in web xml?
Is that servlet is pure java object or not?
What is called Scriptlet?
What is Servlets and explain the advantages of Servlet life cycle?
Explain the lifecycle of a servlet?
Why HttpServlet class is declared abstract?
What is a server side include (ssi)
Why servlet is faster than jsp?
Can we fetch the attributes related to a servlet on a different servlet?
Why are http servlets used in programming?
How do you get the ip address of the client in servlet?
What do you mean by servlet context?