Answer Posted / sadananda nayak
Connection pooling is a mechanism, it contains multiple database connections and store in a cache for use and reuse.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you generate random numbers in java?
How can we create a thread in java?
Can we have any code between try and finally blocks?
What are the three types of design patterns?
Why java doesn’t support multiple inheritances?
Can we write a class without main method in java?
How many bytes is a url?
What is local declaration?
What is a line break?
What is the difference between a method and a procedure?
Explain the difference between private, public, package and protected in java?
What are the difference between string, string builder, and string buffer in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Can a source file contain more than one class declaration?
what is thread? : Java thread