Answer Posted / vikas
go to web.xml
in side sevlet-mapping tag define the url-pattern
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the inter-servlet communication?
Differentiate between get and post?
What is meant by a servlet?
How forward () method is different from send redirect () method?
What is the use of servlet wrapper classes?
When should you prefer to use doget() over dopost()?
What are the phases of servlet life cycle?
Whether thread can be used in servlets?
request parameter how to find whether a parameter exists in the request object?
Why is servlet used?
What is a web container and what is its responsibility?
Which interface should be implemented by all servlets?
What are some advantages of storing session state in cookies?
How can you run a servlet program?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify