(1) Basic syntax of JAVA

1. Identifier

insert image description here

1.1 Java naming convention

insert image description here

2. Variables

2.1 Variable classification

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

3. Operators

3.1 Arithmetic operators

insert image description here

3.2 Assignment operator

insert image description here

3.3 Relational Operators

insert image description here

3.4 Logical operators

insert image description here
insert image description here

3.5 bitwise operators

insert image description here
insert image description here

3.6 Ternary operator

insert image description here

Supongo que te gusta

Origin blog.csdn.net/Mason_Chen/article/details/124740429
Recomendado
Clasificación