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
What is java util hashmap?
'A class is a template for an object' explain this statement.
What is the final keyword in java?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is time complexity algorithm?
Why java is call by value?
Explain the difference between private, public, package and protected in java?
What is the difference between static (class) method and instance method?
What are reference variables in java?
What is method with example?
How can we find the actual size of an object on the heap?
What is java console application?
Can we have static methods in an interface?
Explain jdk, jre and jvm?
Can we clone singleton object in java?