Computer Science
What are operators? Name the different types of operators that are used in Java.
Values & Data Types Java
3 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
3 Likes