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 is thread safe singleton?
Are primitives objects?
What is wrapper class html?
What is polymorphism in java? What are the kinds of polymorphism?
Explain the difference between map and flatmap stream operation?
Explain about transient variables in java?
What's the default access specifier for variables and methods of a class?
Can extern variables be initialized?
What is a methodologist?
What is the use of join method?
Can we cast any other type to boolean type with type casting?
When should I use singleton?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
Differentiate between vector and array list.
Write a java program to check if a number is prime or not?