what are the naming conventions followed while writing java code
Answers
Answered by
3
Answer:
Java Naming conventions. All identifiers should begin with a letter (A to Z or a to z), currency character ($) or an underscore (_). After the first character, identifiers can have any combination of characters. A keyword cannot be used as an identifier.
Answered by
2
Java Naming conventions. All identifiers should begin with a letter (A to Z or a to z), currency character ($) or an underscore (_). After the first character, identifiers can have any combination of characters. A keyword cannot be used as an identifier.
Step-by-step explanation:
mark as brainlist
Similar questions