Connection Pooling with different type of databases?
Answer Posted / 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 |
Post New Answer View All Answers
Brief description about local interfaces?
What is the argument type of a programs main() method?
What are the services in RMI ?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is meant by method chaining?
What class is used to create Server side object ?
What is a class loader?
What are the diff types of exception?
What is message driven beam?
What is metaspace?
What is a class loader? What are the different class loaders used by jvm?
What is in-memory replication?
What are the different approaches to represent an inheritance hierarchy?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is the difference between RMI and Corba?