Answer Posted / Sunil Kumar Jayasawal
In Scala, there are several categories of operators:nn- Arithmetic Operators: +, -, *, /, %, ++, --n- Comparison Operators: ==, !=, >, >=, <, <=n- Logical Operators: && (and), || (or), ! (not)n- Assignment Operators: =, +=, -=, *=, /=, %=%n- Bitwise Operators: &, |, ^, ~, <<, >>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers