Pregunta de entrevista de Optum

How to close connections on exception

Respuestas de entrevistas

Anónimo

7 nov 2019

You can use try with resource, so that it will close the connection if it is success or failure.

Anónimo

31 may 2019

You can use finally block to close exceptions generally catch block should be fine but you need to make sure that connection gets closed everytime

1