can we create more than ServletContext and ServletConfig in
your application
Answer Posted / sunstar
Servlet Context is used per Web apllication so we can't use
more than one Context,Servlet Config is per servlet or per
Jsp so you can use the more than one Config.....:-)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What's the difference between authentication and authorization?
What is servlet and list its types?
explain the advantages of servlet life cycle?
What is the dispatcher servlet?
What are the different methods of session management in servlets?
Can a jsp be called using a servlet?
Can you create a deadlock condition on a servlet?
Name the different ways of session tracking.
What is preinitialization of a servlet?
What is meant by cookies?
What do you mean by default initialization in java servlet?
Why are servlets used?
How can we refresh automatically when new data is entered into the database?
Explain the lifecycle of a servlet?
Which is the methods of generated servlet?