AE
var can be used for declaring local variables, including index variables of for-loops and resource variables of the try-with-resources statement.
var cannot be used for fields, method parameters, and method return types.
From Java 11 you can use var in lambda expressions
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
d7bb0b2
6 months, 4 weeks agoASPushkin
7 months, 1 week agod7bb0b2
7 months ago