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
What is the difference between get and post methods?
Is tomcat a servlet container?
Which is the methods of generated servlet?
Is it possible to have a constructor inside the servlet?
What are the uses of servlet
What are the functions of an intercepting filter?
What is servlet initializer?
Name the different ways of session tracking.
What is the use of attribute in servlets?
Can we override destroy method in servlet?
Why don't we write a constructor in a servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How can we create deadlock situation in servlet?
Explain the custom jsp tags and the beans.
What is getservletcontext?