Is classes folder is compulsory in web-inf/ even though u r
deploying ur application with war file?
Answer Posted / 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 |
Post New Answer View All Answers
How do you create a cookie using servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the use of servletconfig interface?
What do you mean by cgi in servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What are the phases of servlet life cycle?
What are the jobs performed by servlets?
What is context in servlet?
What is difference between jsp and servlet?
How can we refresh automatically when new data is entered into the database?
What are the uses of servlets?
Explain Action Servlet?
When Servlet is unloaded?
The code in a finally clause will never fail to execute, right?