How to notify an object in session when session is invalidated or timed-out?
No Answer is Posted For this Question
Be the First to Post Answer
waht is the main diference b/w servelts and JSP ?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Can a jsp be called using a servlet?
why are using HttpServlet in realtime projects and why are not using Genericservlet
What is with the javax.servlet package naming?
What is called a session?
Can we use the constructor, instead of init(), to initialize servlet?
What is cookie in servlet?
How can we include static files in the jsp page?
What is a servlet context object?
can i call destroy() method in init() method of servlet
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.