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 value does readline() return when it has reached the end of a file?
How will you pass parameters in RMI? Why do you serialize?
What is an abstract method?
What are the purpose of introspection?
To what value is a variable of the string type automatically initialized?
What is Stream Tokenizer?
Do I have to use jsps with my application?
What is the difference between system.out ,system.err and system.in?
What is the difference between the session.get() method and the session.load() method?
What is the infobus?
Difference between hashmap and hashtable?
how i secure my site with the https protocol.what are the steps?
How to deploy Jar, War files in J2EE?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
How messaging services are done, before release of JMS?