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
Why the container loads server at the application startup and how?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What do you mean by session tracking and also explain its techniques?
Explain the architechure of a servlet?
Which event is fired at the time of session creation and destroy?
How can the session in servlet can be destroyed?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is the use of attribute in servlets?
How httpservlet is different from the genericservlet?
What do you mean by request dispatcher in servlet?
What is a generic servlet?
explain the advantages of servlet life cycle?
Explain url encoding in servlet?
The code in a finally clause will never fail to execute, right?
What is the directory structure of web application?