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 |
how many types of Inheritance?
Can a private method be declared as static?
Which package has light weight components in java programming?
What is the benefit of singleton pattern?
What is an interface in java? Explain
Why java does not supports multiple inheritance?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
What is the difference between the final method and abstract method?
What is e in java?
What is the use of accept () method in java?
What is split return?
Can we create our own wrapper class in java?