What Method and class used for Connection pooling ?
Answer Posted / therathna
first to get the Context object by using given bellow
Context ic=new InitialContext();
And get DataSource object by using ic.lookup(conncetionpool
name)
your question is not proper way
DataSource Class & getConnection method is used
connection pool
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does g mean in regex?
What is string made of?
How do you detect memory leaks?
What is quick sort in java?
Why is java so important?
What is java algorithm?
What is the difference between a vector & an array list?
What is covariant return type?
Explain the reason behind ending a program with a system.exit(0)?
Realized?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the difference between equals() and?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is the function of compareto in java?
Why packages are used?