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 are the uses of servlets?

0 Answers  


What is meant by cookies?

0 Answers  


how to use servlets with j2ee ?

2 Answers   Tech Mahindra,


Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?

3 Answers   L&T,


what is the difference between doGet() and doPost()?

6 Answers   TCS,






What compiler do not do if we create our own constructor?

5 Answers   HCL,


What are the differences between forward() method and sendredirect() methods?

0 Answers  


What is the use of servlet context?

0 Answers  


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

3 Answers   IBM,


What is the disadvantage of cookies?

0 Answers  


What is dispatcher servlet?

0 Answers  


Explain Action Servlet?

0 Answers   Cap Gemini,


Categories