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 do you understand by Header linked List?
How do you declare a string variable?
Can we have static methods in an interface?
Can we inherit inner class?
Can we override private constructor in java?
What is the purpose of extern variable?
Is an object null?
In the below example, what will be the output?
What methods are used in Servlet?Applet communication?
What are synchronized blocks in java?
What does the “static” keyword mean?
What does main method?
Can you tell me range of byte?
Explain the difference between association, aggregation and inheritance relationships.
Can a singleton class be inherited?