Computer Applications

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

Java Operators

108 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

55 Likes


Related Questions