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 a policy?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What is JTS?
how can u cal servlet from java?
can a static method be overridden
What is multi-tasking? Types?
What is the argument type of a programs main() method?
whats is mean by jndi
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Where can I ask questions and make suggestions about seam?
Name the class that is used to bind the server object with RMI Registry?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,