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 are the different ways we can maintain state between requests?
How the typical servlet code look like ?
Tell us something about servletcontext interface.
What is the
How can we refresh automatically when new data is entered into the database?
What are the phases of the servlet life cycle?
Differentiate between the web server and application server?
If a servlet is not properly initialized, what exception may be thrown?
Which http method is said to be non-idempotent and idempotent?
What do you mean by web applications?
Describe in brief RequestDespatcher?
If servlet receives multiple requests, how many objects will it create?
What are the exceptions thrown by servlets? Why?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
How is an application exception handling is done using a servlet?