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 |
If a method is declared as protected, where may the method be accessed?
Can we make a constructor final?
What is instance example?
Is empty in java?
How would you use Bubble Sort to sort the number of elements?
What is bubble sorting in java?
What are the basics of core java?
What is meant by flickering?
Explain yield() method in thread class ?
What are synchronized blocks in java?
whats the life cycle of jsp
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service