If you don't initialize a static array what would be the elements set to
Answers
Answered by
0
Java will initialise an array of ints to have all elements set to zero. I can't be bothered to run the test in any other language.
Similar questions