What happens if resultset is not closed?
Answer / Ranjan Kumar Jha
If a ResultSet is not closed, it will keep a database cursor open and consume system resources, potentially leading to resource exhaustion. It's essential to always close ResultSets after use to prevent such issues.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of annotations?
What does mapping findforward () method return?
What are the benefits of ioc (dependency injection)?
What are spring boot metrics? : Spring Boot
When should you use a spring boot? : Spring Boot
What are dom elements?
What is entitymanagerfactory and entitymanager?
How to handle exceptions in spring mvc framework?
How do beans become 'singleton' or prototype?
What is difference between @inject and @autowired?
What do you understand by @required annotation?
What happens if resultset is not closed?