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



Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file..

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

Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file..

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

Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file..

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

Post New Answer

More Servlets Interview Questions

What is a servlet engine?

0 Answers  


What are the types of servlet?

0 Answers  


What are the functions of an intercepting filter?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


How can you start a jta transaction from a servlet deployed on jboss?

0 Answers  






What is the use of servletconfig interface?

0 Answers  


What is servlet collaboration?

0 Answers  


i am bca student,give me suggest for bright future

18 Answers   BSNL, Future Considerations,


In servlets, Why do we need both GET and POST method implementations?

3 Answers   IBM,


What is ServletContext object?

0 Answers  


Life Cycle of servlets?

4 Answers   3i Infotech,


can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


Categories