What is the var keyword available in Java 10 and Java 11?
-
A
A keyword for declaring variable-length arguments in methods
-
B
A keyword for local variable type inference that lets the compiler determine the type
-
C
A keyword for creating mutable variables that can be reassigned in lambda expressions
-
D
A keyword for declaring variables that can hold any numeric type