wat happen when the connection is nt closed in jdbc
n what vl happen when i interchange in executequery n
execute statements
Answer Posted / sitaram
when con.close() is executed the memory deallocated in the
server. if we don't use con.close(),connection will be
increased in the server. suppose the connections size are
reached to max connection, nobody access the database in the
site. This is performance issue.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain about struts?
In which method of action class the business logic is executed?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Explain the difference between jakarta struts and apache struts?
What does execandwait interceptor?
What is the purpose of @doublerangefieldvalidator annotation?
Can you give an overview of how a struts application flows?
What is switchaction?
What is the purpose of @conversionerrorfieldvalidator annotation?
Can we have more than one struts-config.xml file for a single struts application?
How many struts config file in a struts application?
What is the purpose of @key annotation annotation?
What is struts 2 framework in java?
What are the steps required for setting up validator framework in struts?
What is actioninvocation in struts2?