what is difference between servletconfig and servletcontext?
Answer Posted / dileep
1.servletconfig is nothing but per one servlet and servlet
context is nothing but per entier web Application.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How does remove work in java?
What is entry in java?
Does java trim remove newline?
What is a protected class in java?
When does an object becomes eligible for garbage collection in java?
What an i/o filter?
How do generics work?
Can a class have more than one object?
what are different ways in which a thread can enter the waiting state? : Java thread
Can we have multiple public classes in a java source file?
What does the exclamation mark mean in java?
What are synchronized blocks in java?
What are the library functions in java?
Is char a method in java?
How can we pass argument to a function by reference instead of pass by value?