can we create more than ServletContext and ServletConfig in
your application
Answer Posted / sunstar
Servlet Context is used per Web apllication so we can't use
more than one Context,Servlet Config is per servlet or per
Jsp so you can use the more than one Config.....:-)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain the servlet context.
What are important features of Servlet 3?
What do you mean by default initialization in java servlet?
What methods do you use in servlet - applet communication?
How can we refresh automatically when new data is entered into the database?
What are the features added in Servlet 2.5?
Difference between httpservlet and generic servlets?
Explain the differences between jsp and servlet.
What do you mean by request dispatcher in servlet? Also explain its methods.
Difference between get and post in java servlets?
Tell us something about servletconfig interface.
How we can get ip address of client in servlet?
What is the GenericServlet class?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Why do you use session tracking in httpservlet?