Answer Posted / niranjanravi
Connection pooling is the process of resuing the database
connections between application and the server to increase
in the perfaomance of the application.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are synchronized blocks in java?
What is lambda in java?
What are the restriction imposed on a static method or a static block of code?
What is an escape character in java?
Why there are some null interface in java? What does it mean?
What are wrapper classes in java?
What is the difference between access specifiers and access modifiers in java? 16
What is arraylist e?
What are keywords in java?
Can we extend private class in java?
What is variable explain?
Write a program to search a number in the given list of numbers.
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is a lightweight component?
Is main a function?