Connection Pooling with different type of databases?
Answer Posted / 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 View All Answers
Write a program to show synchronization?
What is the infobus?
Which container method is used to cause a container to be laid out and redisplayed?
What are the purpose of introspection?
Difference between swing and awt?
Why a component architecture for the java platform?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What state does a thread enter when it terminates its processing?
Can I run seam outside of jboss as?
Name the eight primitive java types.
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Can I map more than one table in a cmp?
What are the benefits of detached objects?
What is the difference between a static and a non-static inner class?
Explain the difference between object state and behavior?