0
Does the array declaration really need to be inside the try block?
Other than running out of memory, what else might go wrong with declaring a simple fixed array?
2 Respostas
0
Arrays don't need to be in a try block...
0
The array declaration Normally must be done before the try/catch. But if The exercise call is achieved..