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
Does substring start with 0?
How can the checkbox class be used to create a radio button?
Can we define private and protected modifiers for the members in interfaces?
How can constructor chaining be done by using the super keyword?
Can a singleton class be inherited?
What is exception handling in java?
What data structures are used to perform recursion?
State the merge-sort principle and its time complexity.
How do you identify independent and dependent variables?
Who developed java?
how to handle exceptions in ejb?
What is difference between array and vector?
What is ascii code?
What is core java called?
What is JVM and is it platform independent?