Java basic naming conventions

Rules Example
package All lowercase jp.co.hello.common.auth
class Pascal notation User
variable camelCase notation userName
constant All uppercase
Underscore notation
USER_NAME

Recommended Posts

Java basic naming conventions
Java basic grammar
Java basic grammar
Java basic knowledge 1
[Java] Basic structure
[Java] [Basic] Glossary
Java basic grammar
Java basic grammar
Java coding conventions
Java exercises [Basic]
Loose Java coding conventions
java basic knowledge memo
[Java] Data type ①-Basic type
Java learning memo (basic)
[Java] Basic method notes
Java basic data types
Basic Java OOps concepts
Java basic learning content 7 (exception)
Java basic syntax + α trap
[Java] Basic statement for beginners
Java basic learning content 5 (modifier)
Implement Basic authentication in Java
Java Basic Learning Content 8 (Java API)
[Beginner] Java basic "array" description
Java basic learning content 4 (repetition)
[Java] Basic terms in programming
[Java] Basic types and instruction notes
[Java] Memo for naming class names
Basic data types and reference types (Java)
Java basic learning content 9 (lambda expression)
Basic usage of java Optional Part 1
Java basic learning content 2 (array / ArrayList)
Rails model and table naming conventions
Java
Reading and writing Java basic files
Basic processing flow of java Stream
Java
Java basic data types and reference types
[Basic knowledge of Java] Scope of variables
[Java] Exception types and basic processing
Basic structure of Java source code
Profiling with Java Visual VM ~ Basic usage ~
Item 68: Adhere to generally accepted naming conventions
Concurrency Method in Java with basic example
[Java] Personal summary of conditional statements (basic)
Basic knowledge of Java development Note writing
How to implement coding conventions in Java
[Note] Cooperation between Java and DB (basic)
[Java] I personally summarized the basic grammar.
Studying java (Basic Information Technology Engineer Examination)
[Basic knowledge of Java] About type conversion
Java basic learning content 1 (literals, variables, constants)
Basic Java grammar you should know first
Implemented basic search / sort algorithm in Java