What is the importance in context in JDBC connection pools?
Answer Posted / poorna chandar rao.yerrabothu
in jdbc connection there is a one importent problem the
problem is creattion of jdbc connection thats why jdbc
coonection pooling
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is difference in between java class and bean?
Should you use singleton pattern?
What is Mutex (Mutual Exclusion Object) ?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is the difference between this() and super() in java?
In java, what is the difference between method overloading and method overriding?
What does 0 mean in boolean?
Can extern variables be initialized?
What is the main use of java?
What is the difference between final, finally and finalize()?
Can list be final in java?
Which object oriented concept is achieved by using overloading and overriding?
v-model life cycle
What happens if an exception is throws from an object's constructor?