i need connection pooling code.....from
harpreet.your@gmail.com
Answer / nagababu
ic--->Reference of Context
DataSource ds=(DataSource)ic.lookUp("JNDI name");
Connection con=ds.getConnection();
con.close();
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the Internal servlets maintained by the web server?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
What's the difference between authentication and authorization?
Why is httpservlet declared abstract?
How can an existing session be invalidated?
What do you mean by cgi in servlet?
When jsessionid is created?
Explain mvc pattern.
What is session?
What is the capacity the doget can send to the server?
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify