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
how would you implement a thread pool? : Java thread
Write java program to reverse string without using api?
What is a literal coding?
Can you make a constructor final?
Explain about instanceof operator in java?
Can we sort array in java?
How long will it take to learn java?
What is method in java with example?
Can we make the abstract methods static in java?
What an i/o filter in java programming?
What is the list interface in java programming?
What is class and its types?
Why do you canvas?
How to avoid memory leak in java?
What’s the difference between callable and runnable?