Package modernfeatures.java10
Class VarKeywordDemo
java.lang.Object
modernfeatures.java10.VarKeywordDemo
Demonstrates the use of the
var
keyword for local variable type inference (Java 10+).
Shows how the compiler infers types for local variables, and how this can reduce boilerplate in everyday code.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarKeywordDemo
public VarKeywordDemo()
-
-
Method Details
-
main
-