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 are java packages? What's the significance of packages?
Difference between process and thread?
Explain the difference between abstract classes and interfaces in java?
Why is boolean important?
What is the difference between abstract classes and interfaces?
What is return used for in java?
What is the primary benefit of encapsulation?
Why multiple inheritance is not supported by java?
What does java stand for?
What does business logic mean?
Explain the access modifiers for a class, method and variables?
Will the jvm load the package twice at runtime?
How many bits is a boolean?
What is bean? Where it can be used?
What is bom encoding?