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 need of session tracking in web application?
What are Servlets?
why we should override only no-agrs init() method.
Explain load on start-up and its importance?
Write a command to get actual path of a servlet to the server?
Elucidate servlet attributes and its scope?
What is httpservlet class?
Write the code to get the server information in servlet.
What is java servlet session?
What do you mean by session tracking and also explain its techniques?
What must be implemented by all servlets?
What is the major difference between context parameter and context attribute?
What is called Session Tracking?
What mechanisms are used by a Servlet Container to maintain session information?
Why do you use session tracking in httpservlet?