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
What do you mean by web applications?
Describe the phases of servlet lifecycle?
Which interface must be implemented by all servlets?
What is Servlet API used for connecting database?
Which java application server is the best?
What is Client-Server Computing?
The code in a finally clause will never fail to execute, right?
What are the key methods that are involved in processing of http servlets?
What if we pass negative value in load-on-startup?
What are the types of Session Tracking ?
Can a jsp be called using a servlet?
When servlet object is created?
Elucidate servlet attributes and its scope?
How do you get the ip address of the client in servlet?
How is an application exception handling is done using a servlet?