.NETなら省略できるよね

C#
var a = new int[4];

VB.NET
Dim a(4) As Integer

Javaが前時代的としか