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 can i use a nonsynchronized hashtable?
What is the instance of an object?
Explain garbage collection in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Name few "optional" classes introduced with java 8 ?
Why we override equals() method?
What is udp in java?
What is an enumeration?
Explain about static imports in java?
What was java originally called?
Does set allows null in java?
What is return used for in java?
Write a factorial program using recursion in java?
Which is bigger double or float?
What is the difference between hashmap and hashtable in java?