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 is forward action used for integration?
What configuration changes are required to use Tiles in Struts?
How interceptor works in struts 2?
What is the purpose of action tag in struts.xml?
Which design pattern is implemented by Struts2 interceptors?
How properties of a form are validated in Struts?
What is the purpose of @action annotation?
Is there a particularly good ide to use with struts?
Is struts 1 still supported?
Who wrote struts?
What is Custom Type Converter in Struts2?
What is the purpose of '@customvalidator'?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
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
At the point, you should go for struts framework?