Is classes folder is compulsory in web-inf/ even though u r
deploying ur application with war file?
Answers were Sorted based on User's Feedback
Answer / raju aet
Yes ,classes folder is compulsory in web-inf folder
irrespective of the archive file(.war/.ear files).
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / azeem
yes its a mandatory folder. when you create your java files
and compile classes folder will be automatically created in
the web-inf folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
can i modify the data which are generated by the servlet
Explain servlet life cycle?
What is a Session Id?
What is a generic servlet?
Which interface must be implemented by all servlets?
Explain the difference between jsp and servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
Why is a constructor needed in a servlet even if we use the init method?
What do you mean by session tracking and also explain its techniques?
How to set a cookie that is persisted only for the duration fo the clients session?
How can you run a servlet program?