Computer Science, asked by saara1989, 1 month ago

Which of the following cannot be used for a variable name in java?

Answers

Answered by studystruggle
0

Answer:

Any word which is used by java as a function name cannot be used as a variable name. These certain words are called key words. For example: Class, main, System.out.print.

Similar questions