I just saw a piece of code with following two lines. Can anyone explain what does that mean? I understand the first line but what does 2nd line do?
Code:
temp = new byte[2];
byte[] temp2;