I\'m following a Java tutorial online, trying to learn the language, and it\'s bouncing between two semantics for using arrays.
long results[] = new long[3]
The both are same. The second option is doing implicit creation of array object, it is just for user convenience.