Groovy – Operators

  • Post author:
  • Post category:Groovy
  • Post comments:1 Comment

An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. Groovy has the following types of operators − Arithmetic operatorsRelational operatorsLogical operatorsBitwise operatorsAssignment operators…

Continue ReadingGroovy – Operators