So the checked block don't allow overflow in arithmetics operations, but i don't see why use the checked block instead of the try block, cause try don't allow either overflow exception.
So my question is, why use the checked box instead of the try block? What is my leverage using the checked box?
Edit: I'm not asking what is checked block, i'm asking my leverage in using it instead of an try catch