What do you mean by servlet context?
No Answer is Posted For this Question
Be the First to Post Answer
What advantages do servlets have over CGI programs?
What are important features of Servlet 3?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What is difference between cookies and httpsession?
What is the servletconfig object?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Can we fetch the attributes related to a servlet on a different servlet?
How do we share data using 'getservletcontext ()?
What's the advantages using servlets than using cgi?
How to pass JavaBeans data to JSP using Servlets?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
What is the <load-on-startup> element?