Which of the following is true about variable names in Java?

Last Updated :
Discuss
Comments

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


Share your thoughts in the comments