0
What's the use of Local type variable inference in Java 10 ?
1 Odpowiedź
0
short syntax with type of variable in methods and loops
or if you are not sure what type is returned from the API method and doesn't matter it. :)
var s = System.out;
s.println();
or if you are good in Javascript but you need learn java