What are the parameters used in Connection pooling?
Answer Posted / ashwani
Parameters used in Connection Pooling are:-
Min Pool Size,
Max Pool Size,
Connection Lifetime ,
Connection Timeout,
Incr Pool Size ,
Decr Pool Size ,
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to declare objects of a class ?
How does a for loop work java?
What is assembly language?
Why declare Main() method as a static in java ?
What are access specifiers in java ?
What does super keyword do?
Why can't we override private static methods?
What are dot operator queries?
What are different ways of object creation in java ?
What is close method? How it's different from Finalize & Dispose?
Can we declare the static variables and methods in an abstract class?
Can variables be used in java without initialization?
What value is a variable of the string type automatically initialized?
How to print an arraylist in java?
What is the method to expand and collapse nodes in a jtree?