Computer Science, asked by kanchansadhup98oa3, 1 year ago

write four rules for naming identifiers in Java

Answers

Answered by aishanikundu
4
The rules and conventions for naming your variables can be summarized as follows: Variable names are case-sensitive. A variable's name can be any legal identifier — an unlimited-length sequence of Unicode letters and digits, beginning with a letter, the dollar sign " $ ", or the underscore character " _ ".
Similar questions