what is the diff between Servletcontext and servletconfig?
Answer Posted / sreenu karampudi
ServletContext: One Object(ServletContext) for application
ServeltConfig: It is specifig to a servelt in an
application. Each servlet will have a ServletConfig
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why generics are used in java?
Can private method static?
What does isempty () do in java?
What is memory leak and how does java handle it?
Is logger a singleton?
Is java a digit method?
What is the difference between comparison done by equals method and == operator?
What are the 6 boolean operators?
Can we overload destructor in java?
What are abstract methods in java?
What is time complexity java?
What is multi-catch block in java?
What is java virtual machine? Explain
Which java collection does not allow null?
What is the difference between ArrayList and Vector? which one is better in Java