Answer Posted / venkat
if we are using connection pooling , we can interact
database only once ,then we can place some area, then we
can reuse .
example
if we take in hibernate Ex: c3po,proxy.
these are setting to the configuration file.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What environment variables do I need to set on my machine in order to be able to run java programs?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Explain the importance of throws keyword in java?
What is a local block?
explain the concept of virtual method invocation in polymorphism in detail?
What is the nested interface?
Explain the public class modifier?
Java is pass by value or pass by reference? Explain
Is array size fixed in java?
Why we used vector class?
Does java linked list allow duplicates?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the difference between arraylist and hashset in java?
Difference between collection, collection and collections in java?
What is update method called?