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
Is a class an object?
What is an immutable class? How to create an immutable class?
Is a boolean variable?
What is the transient keyword?
Why is singleton class used?
What do you mean by Function Overloading in java?
How to create packages in java?
How to declare an arraylist in java?
What is the purpose of using break in each case of switch statement?
Is null in java?
What is the difference between break and continue statements?
What is bigger kb or mb?
Describe different states of a thread.
What is the major difference between linkedlist and arraylist?
What is local class in java?