Why declare Main() method as a static ?
Atulya Panda
Main() method declared as a static because static is class level .... and main method should run first before any other code get execute ..