Java Operators
Operators in Java
The operator is the symbol that tells the compiler to perform some operation over the expression.
Example: 'sum = a + b' where a and b are the operands whereas + is the operator.
There are different types of operators in Java. Let's...
namangargjava-dsa.hashnode.dev3 min read