Is classes folder is compulsory in web-inf/ even though u r
deploying ur application with war file?
Answer Posted / 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 |
Post New Answer View All Answers
Which event is fired at the time of project deployment and undeployment?
What do you mean by cgi?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
Why jsp is better than servlet?
If a servlet is not properly initialized, what exception may be thrown?
Define the life cycle of a servlets.
What is cookie in servlet?
What is Servlet API used for connecting database?
Describe servlet?
How do I support both get and post from the same servlet?
How we can call a jsp from the servlet?
What do you mean by singlethreadmodel interface?
What are the difference between RMI and Servlets?
Is it good idea to create servlet constructor?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?