What is Connection pooling? Explain Pros and Cons?



What is Connection pooling? Explain Pros and Cons?..

Answer / niranjanravi

Connection pooling is the process of resuing the database
connections between application and the server to increase
in the perfaomance of the application.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More Core Java Interview Questions

Explain the significance of class loaders in bootstrap?

0 Answers  


Can we declare an interface as final?

0 Answers  


Why java applets are more useful for intranets as compared to internet?

0 Answers  


What is the difference between Byte stream and Charecter Stream?

2 Answers   Tarang Software,


What is the differences between c++ and java? Explain

0 Answers  






Is delete, next, main, exit or null keyword in java?

1 Answers  


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

0 Answers  


What do you meant by active and passive objects?

0 Answers   Wipro,


how to handle exceptions in ejb?

0 Answers   Satyam,


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Differentiate between stringbuffer and string?

0 Answers  


Categories