Answer Posted / sadananda nayak
Connection pooling is a mechanism, it contains multiple database connections and store in a cache for use and reuse.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is namespace same as package in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
How can we create a synchronized collection from given collection?
What is a default constraint?
How do you find the maximum number from an array without comparing and sorting?
What is a map? What are the implementations of map?
Explain the private protected method modifier?
Can inner class extend any class?
Are global variables initialized to zero?
Can list be final in java?
What exactly is a .class file?
What is a nested class?
How can you read an integer value from the keyword when the application is runtime in java? example?
Can we sort array in java?
Can a class be defined inside an interface?