Class VarKeywordDemo

java.lang.Object
modernfeatures.java10.VarKeywordDemo

public class VarKeywordDemo extends Object
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 Details

    • VarKeywordDemo

      public VarKeywordDemo()
  • Method Details

    • main

      public static void main(String[] args)