whether the connectionpooling used in struts?
Answer Posted / 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 |
Post New Answer View All Answers
How to determine SGA site?
What happens when a thread cannot acquire a lock on an object?
How to pass parameters in RMI?
Can I run seam outside of jboss as?
what is meant by JRMP?
Define the remote object implementation?
wahts is mean by dynavalidatorform in struts/
What is the difference between long.class and long.type?
Is it possible to stop the execution of a method before completion in a sessionbean?
What method is invoked to cause an object to begin executing as a separate thread?
what are getters and setters in Java with examples?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Can I map more than one table in a cmp?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is an abstract method?