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

Thread life cycle?

3 Answers   TCS,


If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.

2 Answers  


Explain what is synchronization?

0 Answers  


What is source and listener?

1 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  






Is the session factory thread safe?

0 Answers  


Are there books about seam?

0 Answers  


What is the infobus?

0 Answers  


Why use POJO when I can use hashmap

0 Answers   Infotech,


what is Activation Instantinator?

0 Answers  


How task's priority is used in scheduling?

0 Answers   HCL,


In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

0 Answers  


Categories