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 is meant by anonymous class?
What is the purpose of finalization in java programming?
What is jit compiler in java?
Is java free for commercial?
What is identifier in java?
What is autoboxing in java?
Define interface in java?
What are the 5 types of research methods?
What is the difference between static binding and dynamic binding?
Is array a class?
what is nested class in java?
Write the algorithm to check the number non-leaf nodes in a tree.
Does chrome use java?
What is the default execution method in java?
What is static and final keyword in java?