What Method and class used for Connection pooling ?
Answer Posted / dsr
contex ic = new InitialContext();
DataSource sd = (datasource)ic.lookup("poolname");
Connection con = ds.getConnection();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can we make copy of a java object?
What is pojo class in java?
what is collatration?
What is == in java?
Can a private method be declared as static?
Define linked list and its features with signature?
Does java vector allow null?
Can you extend singleton class?
What is the use of using enum to declare a constant?
How do you include a string in java?
What is collection api?
Explain garbage collection in java?
How do you achieve singleton?
Is null in java?
How do you sort a list in java?