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
What is a control variable example?
Why scanner is used in java?
What is the difference between the font and fontmetrics classes in java programming?
What is nested loop? What is dangling else condition in it?
What is the difference between public, private, protected, and friend access?
What are operators and its types?
What is a locale?
Can an integer be null java?
What technique can be employed to compare two strings?
Why enumeration is faster than iterator?
What is the use of math abs in java?
What is map java?
What are void methods?
Can a top level class be private or protected?
What are the main uses of the super keyword?