Is classes folder is compulsory in web-inf/ even though u r
deploying ur application with war file?
Answer Posted / ravikiran
yes every rule remains the same except there is manifest.mf
file inside META-INF folder which is just under the web
application context root
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is tomcat a servlet container?
What are the annotations used in servlet 3?
Explain the steps involved in placing a servlet within a package?
What are session variable in servlets?
Why doesn’t a servlet include main()? How does it work?
List out the difference between ServletConfig and ServletContext?
Which http method is said to be non-idempotent and idempotent?
What is the default http method in the servlet?
What mechanisms are used by a Servlet Container to maintain session information?
Write a servlet to upload file on server.
What's the difference between servlets and applets?
What is the use of send redirect () method?
request parameter how to find whether a parameter exists in the request object?
What is a servlet context?
Is servlet synchronized?