Can we define constructor in Servlet class?
Answer Posted / komal singh adhikari
YES,
we can initialized the default constructor.
but we cannot call the parameterized one.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the supporting protocol by HttpServlet ?
what is servlet chaining?
How to read request headers from servlets?
What is the directory structure of a war file?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Can we use the constructor, instead of init(), to initialize servlet?
Explain the different ways for servlet authentication?
What are the different session tracking techniques?
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!
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the different types of servlets?
What are the differences between forward() method and sendredirect() methods?
Why servlet is mostly used?
How we can call a jsp from the servlet?
What is a cookie What is the difference between session and cookie