Answer Posted / venkat soma
creating the Connection objects in advance and place them
in a pool for future use. We can call this concept as
Connection Pooling
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Differentiate between get and post?
How do you design microservices?
What is a servlet-to-servlet communcation?
What is Request Dispatcher?
What is a servlet engine?
What must be implemented by all servlets?
What mechanisms are used by a Servlet Container to maintain session information?
What is Servlets and explain the advantages of Servlet life cycle?
What is pure servlet?
How to generate the server side programming and the advantages of it over the other languages?
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!
What is ServletContext object?
Can you refresh servlet in client and server-side automatically?
How can we include static files in the jsp page?
What is the major difference between servlet and applet?