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 is the full name of java?
How to instantiate member inner class?
Does string is thread-safe in java?
What is anonymous inner class?
Is special character in java?
What is the size of an array?
What is size of int in java?
Is java a compiler?
Difference between vector and arraylist.
What is a memory leak in java?
What's the base class in java from which all classes are derived?
Explain the reason behind ending a program with a system.exit(0)?
Do we need to manually write Copy Constructor?
What is int short for?
What restrictions are placed on method overloading?