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 |
which type of objects reference will be given to client?
To identify IDL language what mapping mechanism is used?
What is meant by method chaining?
Explain the difference between object state and behavior?
What is permgen or permanent generation?
Explain about thread synchronization inside a monitor?
Explain Object Serialization and it can be used?
How a component can be placed on Windows?
how can we load a file of a user in the database table?
What is meant by multi-threading?
What do you mean by Socket Programming?
What are the pros and cons of detached objects?