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 MOM?
Explain the purposes of methods wait(), notify(), notifyAll ()?
What is clustering? What are the different algorithms used for clustering?
What are the different approaches to represent an inheritance hierarchy?
How substring() method of string class create memory leaks?
what are the advantages of JTA over JTS?
What do you know about seam?
What is meant by multi-threading?
what is JTS?
What is Stream and Types?
What does module-relative mean?
What are the various thread priorities?