Java: How would I write a try-catch-repeat block?

Viewed 17216

I am aware of a counter approach to do this. I was wondering if there is a nice and compact way to do this.

4 Answers
Related