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
How do you reverse a string in java?
How to provide security in java
Which keyword specify that a variable is effectively final ?
How do you sort data in java?
Write a program in java to create a doubly linked list containing n nodes.
What is lifetime variable?
When we should use serialization?
What is treemap in java?
What does opcode mean?
What is static keyword?
What are scriptlets?
What is the base class in java from which all classes are derived?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Can list be final in java?
What is the transient keyword?