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 |
Why session tracking is needed?
How can I share objects across different sessions?
How threads are implemented in servlets?
What are the difference between RMI and Servlets?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
Explain jsessionid?
What are the types of servlet?
What is the directory structure of a war file?
How do u authorize and authenticate without <auth> of web.xml
What is servlet and its life cycle?
Whats the advantages using servlets over using CGI?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do