Where can var be used?
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
C var keyword cannot be used for declaring global variables or class-level variables.
upvoted 2 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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
8 months, 2 weeks agoOmnisumem
9 months, 3 weeks agoStavok
1 year agoKiraguJohn
1 year ago