Answer Posted / mamatha
Whenever the jsp page receives the request for the first
time
Whenever it receives the request jspEngine will check
whether the servlet is generated or not? if yes it will
give the reference to the page otherwise it will generate
new one
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
Name the packages that work with servlet?
How native code can be used in a servlet?
Why don't we write a constructor in a servlet?
Differentiate between the print writer and servlet output stream?
Why is Servlet so popular?
Why do we use sendredirect() method?
What is cookies in servlet with example?
What is called Scriptlet?
Can we fetch the attributes related to a servlet on a different servlet?
What is servletconfig?
What are the phases of the servlet life cycle?
What is servlet and its advantages?
Difference between doget and dopost?
How can we refresh automatically when new data is entered into the database?
What is meant by a web application