Why doesn’t a servlet include main()?
No Answer is Posted For this Question
Be the First to Post Answer
When Servlet is unloaded?
What are the servlet events?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
What do you mean by annotations in servlet?
How many Cookies can a host support?
Is it possible to send a mail from a servlet? Explain?
What is httpservlet and how it is different from genericservlet?
What are the steps that are involved in using the httpservlet class?
How to set a cookie that is persisted only for the duration fo the clients session?
Explain how does JSP handle run-time exceptions?
how the server will know its the same jsp page?
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 ?