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 all the ways for session tracking?
What is context in servlet?
How do you communicate in between Applets and Servlets?
What is cookies in servlet with example?
Which event is fired at the time of project deployment and undeployment?
Define the lifecycle for executing a jsp page.
What are the phases of a servlet life cycle?
What is called Scriptlet?
How we can get ip address of client in servlet?
What is a servlet engine?
What is servletconfig?
What is getservletcontext?
What is the difference between sendredirect() and forward() in a servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is the servlet?