Answer Posted / anil reddy
WEB-INF
--classes dir(.class)
--lib dir
--src dir(.java)
--web.xml
-html file
-dhtml file
-jsp file
=>tomcat on and goto browser type your html name(http:
\\localhost:8081\.html)
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
Explain the lifecycle of a servlet?
What is generic servlet class?
Differentiate between the get and post method
What is meant by a web application
How many objects of a servlet is created?
Why is Servlet so popular?
Define the life cycle of a servlets.
Why are servlets used?
Explain the methods of request dispatcher in servlet?
How to get the actual path of servlet in server?
Tell us something about servletcontext interface.
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What if we pass negative value in load-on-startup?
What do you mean by request dispatcher in servlet?
What do you mean by web applications? Explain web application directory arrangement?