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
How do you communicate in between Applets and Servlets?
What is http servlet?
Difference between get and post in java servlets?
Which HTTP method is non-idempotent?
What is the need of session tracking in web application?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the use of servletconfig interface?
Explain the jar and war files in servlet?
What is difference between PrintWriter and ServletOutputStream?
What are the advantages of servlets over traditional cgi?
How does tomcat servlet container work?
Which java framework is most popular?
What is servlet configuration?
What's the use of servletcontext?
Explain load on start-up and its importance?