what is the diff between Servletcontext and servletconfig?
Answer Posted / srinivasa
Every web application has only one SContext object.
There are n number of SConfig objects in an Web app where
n is the number of servlets. It is specific to a servelt.
ServletContext is used to get the context parameters.
ServletConfig is used to get to the init parameters.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does i ++ mean in Java?
What is lambda programming?
What is connection class in java?
What are pass by reference and pass by value?
Does chrome use java?
How can u increase the heap size in the memory?
Explain what is encapsulation?
What is the difference between C++ and Java and your preferences?
Does every java program need a main?
When do we use hashset over treeset?
How do you find the maximum number from an array without comparing and sorting?
Is java programming easy?
What does this () mean in constructor chaining concept?
what is meant wrapper classes?
Give an example of call be reference significance.