Java #8 - Operators
Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result.
Assignment Operator
The assignment operator "=" is used to assign a value on its right side to the operand to its left: int a = ...
subodhsingh.hashnode.dev5 min read