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 |
1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.
how to deploy tomcatserver to weblogic server? write d following steps?
What is set in java?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
What is meant by Encapsulation? Can you write a class to explain encapsulation?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
What is space character in java?
What is javac_g?
What are heap memory and stack memory and what are memory tables.
How do you implement tree mirroring in java?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?