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
What is methodological theory?
Can I learn java in 3 months?
Can a string be null?
What is module in oop?
When to use runnable interface vs thread class in java?
What does arrays sort do in java?
How can u increase the heap size in the memory?
Can we define private and protected modifiers for the members in interfaces?
Difference between final and effectively final ?
What must a class do to implement an interface in java programming?
What is a control variable example?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Which list does not allow duplicates in java?
what is thread? What are the high-level thread states? : Java thread
Is final static java?