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
What is chat area? Explain.
What you mean by COM and DCOM?
What classes of exceptions may be caught by a catch clause?
Explain the difference between object state and behavior?
What are the different types of exception?
Should synchronization primitives be used on bean methods?
What are transaction attributes?
What is ripple effect?
Brief description about local interfaces?
What is synchronization and why is it important?
How to pass parameters in RMI?
Will the general public have access to the infobus apis?
How database connectivity in XML is achieved?
What is the difference between a menuitem and a checkboxmenuitem?
How are commas used in the intialization and iteration parts of a for statement?