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 jsp and servlet life cycle?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are different ways for servlet authentication?
What is servletconfig?
When should you prefer to use doget() over dopost()?
What is the difference between genericservlet and httpservlet
What is servlet used for?
Who is responsible to create the object of servlet?
What are the different types of servlets?
What is meant by session? Tell me something about httpsession class?
Why is Servlet so popular?
Explain the role of dispatcherservlet and contextloaderlistener.
What do you mean by request dispatcher in servlet? Also explain its methods.
What is the procedure of invoking different servlet in a different application?
How the typical servlet code look like ?