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 stack explain?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is difference between variable declaration and definition?
What is the size of string?
What is tochararray in java?
Is age a discrete variable?
Explain about exception propagation?
Is age discrete or continuous?
Can we override private method in java?
What is array pointers ?
When should you use arraylist and when should you use linkedlist?
What is getkey () in java?
What are predicates in java 8?
Why is stringbuffer faster than string?