What is servlet?

Answer Posted / siddu

servlet is a java program which runs in the web container

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by a filter and how does it work?

543


How servlet is created?

548


What is the use of attribute in servlets?

544


What is the difference between using getSession(true) and getSession(false) methods?

574


What mechanisms are used by a Servlet Container to maintain session information?

672






What is the difference between get and post methods?

604


Is it good idea to create servlet constructor?

747


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

575


What is the use of servlet context?

537


What is SingleThreadModel interface?

678


Explain the servlet filter.

542


When servlet is loaded?

596


How to find whether a parameter exists in the request object?

668


Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?

619


What is Client-Server Computing?

1899