Explain jsessionid?
Explain jsessionid and when is it created?
Can you call a jsp from the servlet?
What are the uses of servlet
How can we invoke another servlet in a different application?
What is setattribute in servlet?
What is servlet instance?
What do you mean by interservlet communication?
Why is http protocol called as a stateless protocol?
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!
Why HttpServlet class is declared abstract?
How to get the path of servlet in the server?
What do you understand by mime type?
Define the servlet mapping.
why we should override only no-agrs init() method.