Operators

suggest change

Introduction

Operators in Java programming language are special symbols that perform specific operations on one, two, or three operands, and then return a result.

Remarks

An operator is a symbol (or symbols) that tells a Java program to perform an operation on one, two or three operands. An operator and its operands form an expression (see the Expressions topic). The operands of an operator are themselves expressions.

This topic describes the 40 or so distinct operators defined by Java. The separate Expressions topic explains:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents