Answer Posted / rp
Connection pooling is a technique to allow multiple clients
to share a cached
set of connection objects that provide access to a database
resource.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
How would you convert bytes to string?
What is the difference between replace and replace all?
What is meant by collection in java?
Why put method is used?
What is the difference between superclass and subclass?
What is the difference between call by reference and call by pointer?
How many static init can you have?
Explain listiterator and methods in listiterator?
What is the size of int?
Does variable declaration allocate memory?
Define reflection.
Why is whitespace important?
What is string variable?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?