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 are the methods used for inter-thread communication? and in what class these methods are defined?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Is multiple try block is possible in single java Application......
How database connectivity in XML is achieved?
What is scalable, portability in the view of J2EE?
Should synchronization primitives be used on bean methods?
Explain the purposes of methods wait(), notify(), notifyAll ()?
what are design patterns in java?give with example?
What are the advanatages of RMI ?
What is TL and its use?
What invokes a thread?s run() method?
What method MUST be implemented by all threads?