Answer Posted / subrahmanyam
We have to Make a WEB-INF folder and under it classes
folder. In WEB-INF we have to write web.xml .
Our compled servelet class file should be stored in classes
folder.
Make a war file using jar & deploy in Web.
Is This Answer Correct ? | 97 Yes | 27 No |
Post New Answer View All Answers
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is servlet initializer?
Define context initialization parameters.
What is cookie? Why is cookie used?
Differentiate between get and post?
What is the inter-servlet communication?
What is called a session?
How does java thread pool work?
What do you mean by servlet?
Which interface should be implemented by all servlets?
how many jsp scripting elements are there and what are those?
What are the mechanisms used by a servlet container for maintaining session information?
What are its drawbacks of cgi?
What is new in ServletRequest interface ? (Servlet 2.4)
Can we refresh servlet in client and server side automatically?