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
How many bytes is a url?
Which is the class in java?
Can constructor be inherited?
Why java is made?
What is a text string?
What is parse method?
How can we make sure main() is the last thread to finish in java program?
What is cr keyboard?
How does linkedlist work in java?
What is meant by object?
How many return statement are allowed in a function?
Are private methods final?
What are the two types of java programming?
What is the purpose of declaring a variable as final?
How transient variable is different from volatile variable?