How-to articles, tricks, and solutions about DECLARATION
Initializing multiple variables to the same value in Java
In Java, you can initialize multiple variables to the same value in a single statement by separating the variables with a comma.