Answer Posted / rp
Connection pooling is a technique to allow multiple clients
to share a cached
set of connection objects that provide access to a database
resource.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is space character in java?
What is scope of a variable?
What are the common uses of "this" keyword in java ?
What is a dot notation?
What is better- service oriented or batch oriented solutions?
What is the difference between dom and sax parser in java?
java program with complete 4 oops concepts implemented example
what do you mean by marker interface in java?
What does singleton class mean?
Can you explain inner class.
What’s the difference between the methods sleep() and wait()?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Explain the difference between map and flatmap stream operation?
Explain different forms of polymorphism?
Explain the importance of finally over return statement?