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 are the 6 mandatory procedures for iso 9001?
what is enumset?
Is null function in java?
why Interface used?
Tell me the latest versions in java related areas?
What is a class object?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is classname class in java?
What is a class component?
Write code to implement bubble sort in java?
Can we override the static methods?
Does java initialize arrays to zero?
List primitive java types?
Explain about anonymous inner classes in java?
Why do people says “java is robust”?