what is difference between servletconfig and servletcontext?
Answer Posted / suganthi
Servlet Config: Servlet config is Unique for every Servlet.
Servlet Context: Servlet Context is same for all the Servlet.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is argument in java?
What does microservices mean?
What is oops in java?
Why java is used everywhere?
What is the difference between access specifiers and access modifiers in java?
What is float in java?
In java, what is the difference between method overloading and method overriding?
What is the maximum length of a url?
List types of storage classes in java?
Which package is imported by default?
worst case complexities of Quick sort and Merge sort.
What are the core java topics?
What is the difference between multitasking and multithreading in Java
Is an object null?
What do you mean by aggregation?