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 long.class and long.type?
Is “abc” a primitive value?
What is message driven beam?
What does module-relative mean?
How a component can be placed on Windows?
What’s jboss cache in short?
Why does the tag url-encode javascript and mailto links?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Why are component architectures useful?
Do I have to use jsps with my application?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
how to use debug in my elipse to solve problems that exist in my project
What value does readline() return when it has reached the end of a file?
What are the different methods of identifying an object?
what is handle?