Computer Applications

What is an operator? What are the three main types of operators? Name them.

Java Operators

116 Likes

Answer

An operator is a symbol or sign used to specify an operation to be performed in Java programming.

The three main types of operators are Arithmetical, Logical and Relational.

Answered By

59 Likes


Related Questions