What are the parameters used in Connection pooling?
Answer / 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 |
Is java util regex pattern thread safe?
What is the preferred size of a component?
In which JDK version event-delegation model is introduced?
What is difference between == and === in js?
What is the use of join method?
Explain OOPs concept.
What is an empty string in css?
What happens if we override private method?
What are some alternatives to inheritance?
What is ternary operator? Give an example.
What language is pass by reference?
In method overloading ,if i change the return type to Long instead of INT,is the program execute