What is the difference between ExecuteUpdate and
ExecuteQuery?
Answer Posted / balu
executeUpdate() --is used for executing non-select
statements
executeQuery() - is used for executing select statements
The above two are valid in SQLServer
Note: but i think in case of Oracle executequery()may also
accept non-select statements
Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
How do servlets work?
Why is httpservlet declared abstract?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What are the annotations used in servlet 3?
What is http servlet?
What are the advantages of Servlet over CGI?
Why is Servlet so popular?
What is the inter-servlet communication?
What are the life-cycle methods for a servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the kinds of http requests?
How can we implement a jsp page?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
How to get the IP address of client in servlet?
What is webservlet?