Answer Posted / a.srinivas rao
servlet is a web component used to deveop Web
Applications,they are dep;oyed on the server to process the
user requests.
or
servlet is a java program which runs on the server machine
to proess the user request and to give rsponse.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List out the difference between ServletConfig and ServletContext?
Which method is called when reference variable is passed in system.net?
Is that servlet is pure java object or not?
How to handle exceptions thrown by application with another servlet?
What are its drawbacks of cgi?
How can a servlet be used to generate plain text instead of html?
How do you get the ip address of the client in servlet?
What is servlet lazy loading?
If servlet receives multiple requests, how many objects will it create?
What is the difference between using getSession(true) and getSession(false) methods?
Can we fetch the attributes related to a servlet on a different servlet?
What is the GenericServlet class?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
How do you communicate in between Applets and Servlets?