Community

Var and Language Design in Java

(Peter Verhas) The var predefined type introduced in Java 10 lets you declare local variables without specifying the variable type when you assign a value to it.