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 |
How many ways can a thread be used?
What is JasperReports?
how i secure my site with the https protocol.what are the steps?
Why is main purpose of XML?
How can a dead thread be restarted?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
whether the connectionpooling used in struts?
What are the various thread priorities?
What is servlet preinitialization
how to use debug in my elipse to solve problems that exist in my project
What are skeletons and stubs and how they are generated?
what is Static binding?