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 |
What is the difference between method overriding and overloading?
What is the function of static in java?
what is the meaning of java.lang and java.util
What is a predicate method?
What are different types of references?
Explain about interrupt() method of thread class ?
Difference between arraylist and hashset in java?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
What is the purpose of interface?
What is the difference between numeric and integer?
What is a parameter example?
why java does not support mulitple inheritance directly?