whether the connectionpooling used in struts?
Answers were Sorted based on User's Feedback
Answer / aswini de
Connection polling is nothing but , group of database
connection whichs are maintain and reuse and if no loger
use the remove, is a technique , connection polling
technique release in JDBC 2.0 - optional package, another
Optional API is data base connection using JNDI, instead of
DriverManager
| Is This Answer Correct ? | 1 Yes | 0 No |
What is RMI and what are the services in RMI?
What is runnable?
what are JSP tags? what is difference between include action and directory?
Which container method is used to cause a container to be laid out and redisplayed?
what are design patterns in java?give with example?
explain the flow of struts?
What is the difference between the font and fontmetrics classes?
What is a modular application?
How is serialization used generally ?
Why are my checkboxes not being set from on to off?
Is the ternary operator written x : y ? Z or x ? Y : z ?
To make an object to begin executing as a separate thread, what method is used?