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
Can we force garbage collector to run ?
What is the purpose of finalization in java programming?
What is boolean flag in java?
What is the purpose of declaring a variable as final?
What is difference between classpath and path variables in java?
What is the final method?
What access modifiers can be used for methods?
Can we make main() thread as daemon?
Which package is used for pattern matching with regular expressions?
Why is the singleton pattern considered to be an anti pattern?
What is composition in java?
When the constructor of a class is invoked?
What is the purpose of static keyword in java?
What is bytecode verifier?
How to solve the problem of generating the unique hash keys with hash function?