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 the difference between the string and stringbuffer classes?
What is mdb and what is the special feature of that?
Define prototype?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
How task's priority is used in scheduling?
What is the purpose of the finally clause of a try-catch-finally statement?
what are memory considerations of jsp compares to other web components?
Which are the different segments of memory?
What is JTS?
What is chat area? Explain.
What is the difference between the session.get() method and the session.load() method?
Explain about local interfaces.
Difference between new operator and class.forname().newinstance()?
What are the different methods of identifying an object?
What are JTA/JTS and how they used by client?