Explain Connection Pooling?

Answer Posted / p.nandakishore

the most time consuming process when we work with a
database is to create a connection object. when application
goes out of scope the object becomes a candidate for
grabage collector. every time we create and every it will
be destroyed. this as effect on a distributed application,
where n no clients are waiting for the response. Connection
pooling is a concept of object reusability.This is a
service provided by application servers.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a control variable example?

773


Why scanner is used in java?

795


What is the difference between the font and fontmetrics classes in java programming?

719


What is nested loop? What is dangling else condition in it?

829


What is the difference between public, private, protected, and friend access?

801


What are operators and its types?

827


What is a locale?

921


Can an integer be null java?

770


What technique can be employed to compare two strings?

797


Why enumeration is faster than iterator?

722


What is the use of math abs in java?

761


What is map java?

743


What are void methods?

817


Can a top level class be private or protected?

800


What are the main uses of the super keyword?

765