Domanda di colloquio di Optum

How to close connections on exception

Risposte di colloquio

Anonimo

7 nov 2019

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

Anonimo

31 mag 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