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
What is a Presistent Object?
Why is java called java?
Does java runtime require a license?
What is definition and declaration?
How many static init can you have?
Is a method a procedure?
Can long be null in java?
What are the different types of inner classes?
List some important characteristics on jre
Why can't you declare a class as protected?
Why method overriding is used?
What is parsing in java?
Can we override a variable in java?
Difference between Preemptive scheduling vs. Time slicing?
What is Classloader in Java?