What is the importance in context in JDBC connection pools?
Answer Posted / rohit
Whenever the new request comes for thr connection with the
database we do not create the new connection object instead
of that we keep the bunch of connection in apool called
connection pool.
when new request for the database, new coonection
will come out from this poool & when this req is over
connection goes back to the pool
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Define an abstract class with reference to java.
What is string :: npos?
What is ternary operator? Give an example.
Can we override private method in java?
How is a structure different from array ?
What is a variable analysis?
What are the access modifiers available in java?
Is arraylist sorted in java?
What are the advantages of java?
What’s the difference between applets and standalone program?
How many arguments can be passed to main ()?
How do you remove spaces in java?
5 Coding best practices you learned in java?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
Can we call thread start () twice?