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
What is a servlet?
How can we include static files in the jsp page?
How we can create war file in servlet?
What is Request Dispatcher?
What is the disadvantage of cookies?
What is the directory structure of a war file?
How are filters?
Write a command to get actual path of a servlet to the server?
Why is servlet used?
What do you mean by default initialization in java servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
Why is httpservlet declared abstract?
What is the structure of the http response
Can you call a jsp from the servlet?
What is the use of httpservletrequestwrapper?