Connection Pooling with different type of databases?
Answer / pradeep
u can configure the connection pooling in program..
Javax.naming.IntialContext ic=new
javax.naming.IntitialContext();
javax.sql.Datasource ds=ic.lookup("jndi name");
Connection con=ds.getConnection();
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the difference between Super and This Keyword?
Why use POJO when I can use hashmap
What are the design considerations while making a choice between using interface and abstract class?
what is DGC?
what are RemoteObjects?
Is 'synchronised' a modifier?
What are callback interfaces?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is Bootstrapping in RMI?
How primary key is implemented in Oracle?
Can we have more than one action servlet?
whats is mean by class.forName() whats the return type of class