Connection Pooling with different type of databases?



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

Post New Answer

More Advanced Java Interview Questions

What is a policy?

0 Answers  


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?

0 Answers  


What is JTS?

0 Answers  


how can u cal servlet from java?

7 Answers  


can a static method be overridden

12 Answers   SolutionNET,






What is multi-tasking? Types?

1 Answers  


What is the argument type of a programs main() method?

0 Answers  


whats is mean by jndi

4 Answers   SolutionNET,


What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


Where can I ask questions and make suggestions about seam?

0 Answers  


Name the class that is used to bind the server object with RMI Registry?

0 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


Categories