KnowledgeBoat Logo

Computer Applications

What is an operator? Name the different types of operators.

Java Operators

115 Likes

Answer

An operator is a symbol or sign used to specify an operation to be performed in Java programming. The different types of operators are Arithmetical, Logical and Relational.

Answered By

61 Likes


Related Questions