can we create more than ServletContext and ServletConfig in
your application
Answer Posted / ravikiran.chd
no one servlet context per web application we can generate
multiple servlet config objects
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How is a servlet implemented in code?
What are the advantages of servlets over traditional cgi?
Which java framework is most popular?
Why servlet is faster than jsp?
Can you create a deadlock condition on a servlet?
If servlet receives multiple requests, how many objects will it create?
What methods do you use in servlet - applet communication?
What is ServletConfig object?
How can we perform any action at the time of deploying the project?
Which event is fired at the time of session creation and destroy?
Explain mvc pattern.
What are the features added in Servlet 2.5?
What do you mean by a filter and how does it work?
Write a program to show the functionality of servlets.
Write a servlet to upload file on server.