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 |
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
Which are the different segments of memory?
what is a Daemon Thread?
What method is used to create the daemon thread?
What are the JSP implicit objects ?
What is the difference between RMI and Socket?
In a multitiered application which tier is the browser in?
How to implement RMI in Java?
What is there in browser that it supports web based applications of java or any other PL?
What are the advanatages of RMI ?
What class is used to create Server side object ?
What are the benefits of detached objects?