What is the difference between servlet config and servlet
context.
Answer Posted / kalareddy
servlet context hold the info about application and servlet
config hold the servlet info.
| Is This Answer Correct ? | 38 Yes | 11 No |
Post New Answer View All Answers
Should I override the service() method?
What do you mean by session tracking?
Why is httpservlet declared abstract?
What is the use of servlet wrapper classes?
Elucidate servlet attributes and its scope?
What is the servletconfig object?
What are the steps involved in placing a servlet within a package?
What is the difference between context parameter and context attribute?
Why do we have servlet wrapper classes?
Why doesn’t a servlet include main()?
What is servlet attributes and their scope?
Is servlet a server side scripting language?
Difference between doget and dopost?
Why don't we write a constructor in a servlet?
Write a program to show the functionality of doget and dopost method?