what is the diff between Servletcontext and servletconfig?
Answer Posted / monisha
ServletContext is created only once in a whole application
whereas servletConfig is created for each servlet in an
application.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is static keyword in java?
What is a string what operation can be performed out with the help of a string?
How does system arraycopy work in java?
How do you define a parameter?
What is an inner class in java?
What is the base class of all exception classes in java?
What are methods?
What is set in java?
What is a platform?
What is Enum in Java?
Why java is said to be pass-by-value ?
How we can declare a static variable?
Explain the difference between transient and volatile in java?
What is codebase?
What is a memory leak in java?