what is the difference between ServletContext and
ServletConfig
Answer Posted / ravikiran.chd
Servletcontext is one per webapplication and servlet config
is one per servlet
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you use javascript in servlets?
What is the difference between context parameter and context attribute?
What are different Authentication options available in Servlets.
What are the new features added to servlet 2.5?
Why do we have servlet filters?
How servlets are deployed in java?
Explain how does JSP handle run-time exceptions?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is session tracking?
What is called a session?
What is the main purpose of java servlets?
Why do we need servlet filter?
How can a servlet be used to generate plain text instead of html?
Why servlet is used as controller ? Not JSP? I want complete explation?
Explain the lifecycle of a servlet?