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

Which protocol will be used by browser and servlet to communicate

0 Answers  


What mechanisms are used by a Servlet Container to maintain session information?

0 Answers  


Can we override the ActionServlet?

3 Answers   ArisGlobal, HCL, PPF,


Name the webserver that is used to run Servlets?

5 Answers  


What is Servlet API used for connecting database?

0 Answers  






what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?

31 Answers   ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,


Why do we use sendredirect() method?

0 Answers  


What is lazy loading and what is Generic Servlet Class?

0 Answers  


What is the difference between Get and Post Method?

12 Answers   T3 Softwares,


What is a server side include (ssi)

0 Answers  


When servlet object is created?

0 Answers  


How can we create deadlock situation in servlet?

0 Answers  


Categories