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 |
can a static method be overridden
What is the difference between the ‘font’ and ‘fontmetrics’ class?
To make an object to begin executing as a separate thread, what method is used?
What is waiting state? In what ways a thread can enter into waiting state?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Why is main purpose of XML?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is serialization and de-serialization ?
Explain the different types of memory used by jvm?
How to add new JTabbed pane?
What is ioc concept?
What does module-relative mean?