Which of these cannot be used for a variable name in Java? a) identifier & keyword b) identifier c) keyword d) none of the mentioned
Thanks for contributing an answer!
\(........\)
Avoid writing here -
Answer: c Explanation: Keywords are specially reserved words that can not be used for naming a user-defined variable, for example: class, int, for, etc.
382 questions
257 answers
105 comments
155 users