Consider the following two method calls that are nearly equivalent. Take note of the way the byte array is declared and allocated on both.
void Method1() {
There is no difference between both the ways. It's just 'Syntactic sugar' in syntax.