What is the difference between context parameter and context attribute?
Answer / Brajmohan Kumar
A Context Parameter is a configuration setting for a web application which can be accessed by all servlets within that application. A Context Attribute, on the other hand, is a dynamic value set during runtime which can be used by specific servlets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by singlethreadmodel interface?
Which httpsession object is used to view and manipulate information about a session?
Can we override servlet service method?
What is the use of httpservletresponsewrapper?
List out the difference between ServletConfig and ServletContext?
What are the types of Session Tracking ?
What is cookie in servlet?
What do you mean by web applications?
How many Cookies can a host support?
Why HttpServlet class is declared abstract?
Write a hello world program using servlets.
Tell us something about servletconfig interface.