in JAVA by (109 points)
Explain Java Coding Standards for variables ?

1) Variable names should start with small letters.

2) Variable names should be nouns

3) Short meaningful names are recommended.

4) If there are multiple words every innerword should start with Uppecase character.

Ex : string,value,empName,empSalary

Related questions

+2 votes
asked Jun 17, 2019 in JAVA by reins.robin (109 points)
0 votes
asked Jun 17, 2019 in JAVA by reins.robin (109 points)
0 votes
asked Jun 16, 2019 in JAVA by reins.robin (109 points)
...