what is the diff between Servletcontext and servletconfig?
Answer Posted / abdul mannan
In ServletContext value will b same for whole application
and were as the servletConfige value will b seprate or
diffrant for all the application in the project..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which class is used by server applications to obtain a port and listen for client requests?
Explain what access modifiers can be used for methods?
What is array and arraylist in java?
What are use cases?
What is namespace in java?
What is the right data type to represent a price in java?
What are three ways in which a thread can enter the waiting state in java programming?
What is a concrete classes? Is Java object class is concrete class?
What is array size in java?
What do you know about the garbate collector?
What is the difference between an array and an array list?
What is nested loop? What is dangling else condition in it?
Is hashset ordered java?
What is a linkedhashmap java?
What is Gang of four design patterns