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
What is called Scriptlet?
Can we use the constructor, instead of init(), to initialize servlet?
What is the functionality of actionservlet and requestprocessor?
Explain the custom jsp tags and the beans.
Difference between GET and POST?
What is called a session?
Which httpsession object is used to view and manipulate information about a session?
What is the servletconfig object?
Explain the different ways for servlet authentication?
What is setattribute in servlet?
Define context initialization parameters.
How can you start a jta transaction from a servlet deployed on jboss?
What is the importance of init() method in Servlet ?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is cgi?