Answer Posted / ramakrishna
A webserver is a server side application which is used to
deploy webapplication in it,it will listen to Http request
coming to this web application and provide response to them
either in static or non-static page
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
How can an existing session be invalidated?
What are the differences between the servletconfig interface and the servletcontext interface?
Can we override servlet service method?
Can you call a jsp from the servlet?
How is a servlet implemented in code?
When jsessionid is created?
What do you mean by web applications? Explain web application directory arrangement?
Explain the difference between generic servlet and http servlet?
What if we pass negative value in load-on-startup?
What is meant by a servlet?
Why do we use sendredirect() method?
How does java thread pool work?
How the JSP file will be executed on the Server side?
What are the differences between forward() method and sendredirect() methods?
What does the term localization refer to?