Answer Posted / anil
DataSource provided connections are called as connection pooling. Its connections are re-usability. It create the connections and keep it in cache memory.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the actions that can occur when a thread enters blocked state?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
How do you sing an Applet ?
What is the driver class?
Explain the reason behind ending a program with a system.exit(0)?
What do bitwise operators do?
What is the difference between method overriding and overloading?
How do you avoid global variables?
What is core java called?
What are different data structures in java?
What is a singleton class in Java?
What is preparedstatement in java?
Does garbage collection occur in permanent generation space in jvm?
Is vector ordered in java?
Can we restart a dead thread in java?