Answer Posted / shakir khan
servlet Context is an object that contain a servlet view of
the web application with in which the servlet is
running.Using the context,a servlet can log events obtain
url references to resources and get and store attributes
that other servlets in the context can use
Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
How do cookies work in servlets?
How do we go with database connection and log4j integration in servlet?
Explain jsessionid?
What is the dispatcher servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How do we translate jsp?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
List out difference between a JavaBean from a Servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What if we pass negative value in load-on-startup?
Can we fetch the attributes related to a servlet on a different servlet?
How the JSP file will be executed on the Server side?
Explain get and post.
Name the different ways of session tracking.
How do servlets work?