Answer Posted / arulmani
--->Connection pooling technique is provided by the
Applicatio server.you need to provide the infromation about
the database to the application server.
--->When you start the server some n number of connection
object will be created in the pool automatically.If you
want to use the connection you need to access from the pool
& after using the connection the object will be return back
to the pool.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the features are in servlet 3?
Whether we can get deadlock situation in servlets?
What are all the advantages of servlet over cgi?
What is the main purpose of java servlets?
What mechanisms are used by a Servlet Container to maintain session information?
What are the supporting protocol by HttpServlet ?
What are the life-cycle methods for a servlet?
What is the difference between Server and Container?
What are the different methods involved in generic servlet?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
When a servlet accepts a call from a client, it receives two objects. What are they?
What are different methods of session management in servlets?
What is the type of method for sending request from http server?
Name the packages that work with servlet?
Describe the phases of servlet lifecycle?