Which of the following is true about variable names in Java?
Variable names can start with a number
Variable names can contain special characters like @ or #
Variable names are case-sensitive
Variable names can be a Java keyword
This question is part of this quiz :
Java Variables