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
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 |
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 |
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 |
In which cases Destroy() is invoked?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
What is java servlet session?
How can we refresh automatically when new data is entered into the database?
What are life cycle methods of a servlet?
Define declaration.
where the session data will stored?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Explain jsessionid?
What is string tokenizer?
Is that servlet is pure java object or not?