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
How many servlet controllers are used in a Struts Application?
What are the components of struts framework?
What are different ways to create Action classes in Struts2?
Is Struts Framework part of J2EE?
What do you mean by a custom tag?
What is struts2 in java?
Which model components are supported by Struts?
What is the flow of requests in struts based applications?
What is controller in struts ?
how to debug struts project in netbean ?
What is the purpose of struct-config.xml in struct2?
Is there a particularly good ide to use with struts?
What is the purpose of @results?
How many action classes can be used in struts application?
Which file is used by controller to get mapping information for request routing?