What is Connection pooling? Explain Pros and Cons?
Connection pooling is the process of resuing the database
connections between application and the server to increase
in the perfaomance of the application.
| Is This Answer Correct ? | 9 Yes | 1 No |
what is servlet enginee?
Is oracle charging for java?
What are three ways in which a thread can enter the waiting state in java programming?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
what is Assertion?
How is string immutable in java?
What's the difference between int and integer in java?
What is difference between call by value and call by reference?
What is the main purpose of serialization in java?
What all methods are used to prevent thread execution ?
Does garbage collection guarantee that a program will not run out of memory?
Can we call virtual funciton in a constructor ?