What are the parameters used in Connection pooling?



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

Post New Answer

More Core Java Interview Questions

What is the exception hierarchy in java?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


Why singleton pattern is better than creating singleton class with static instance?

0 Answers  


can abstract class have constructor how can you achive this ?

4 Answers   Fidelity,


how to print output with out using sop statements

5 Answers   UHG,






What is method overloading with type promotion?

0 Answers  


how to run servlet program between two computer through the internet ?

2 Answers   Kiran Prakashan, TCS,


What is the difference between double and float variables in java?

0 Answers  


What is r * in math?

0 Answers  


can we access the super class method using subclass object?

4 Answers  


why do we use interface in java?

5 Answers  


What is queue in java?

0 Answers  


Categories