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 an inner class in java?
what is comparable and comparator interface?
What is java in simple terms?
How do you replace a string in java?
How do you create an array in java?
Is Java a dying language?
Explain the overview of UDP messaging.
Difference between Linked list and Queue?
What type of language is java?
In case of inheritance what is the execution order of constructor and destructor?
What is private protected in java?
What is the difference between hashmap and hashtable in java?
Can we inherit inner class?
What is arraylist class in java?
What is flush () in java?