Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - All the symbols in java have these.
All the symbols in java have these.
Arithmetic operator,+-*/(+=,-=, * =,/*)

P.s. 1/0 = > south infinity.

Logical operator, abbreviation

Escape sequence (example), \ bBackspace, \ t tab, \ n drawing, general println, \r carriage return, \ r double quotation marks, \ r single quotation marks.

P.s. depends on the operating system and is not commonly used.

Increase/decrease++,-

Allocation =

Comparison > =, & lt=, ==

Displacement <<,>& gt,>>

Use attached graphics.

Comments,//line comments,/* */paragraph comments

Type conversion, a = (int) b; //parentheses.

Condition, if () ... == a? True: False//Three-eye operation.

Regular expressions, application classes, later.

Get here first.