We are responsible for naming classes, methods, variables, packages, and more, so there’s a set of rules (called naming conventions) that we use to make it easier to identify them when coding.

In general:
Can’t start with a symbol
Can’t have white space
Don’t abbreviate unless you have to

I hope you enjoyed this java naming conventions tutorial! -

#java

Java Naming Conventions
1.15 GEEK