Connection Pooling with different type of databases?
Answer / 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 |
Define the remote object implementation?
What is clustering? What are the different algorithms used for clustering?
What is the map interface?
What is the difference between RMI registry and OS Agent?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
What is multithread synchronizing ?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
What is RRL?
Do you think that java should have had pointers?
Write a program on RMI and JDBC using StoredProcedure?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
what is stringBuffer and StringBuilder?