Which of the following is a legal variable name in Java?
make.use
other_var
else
else is a reserved word in Java, used in conditional statements, so it cannot be a variable name.
alt name