which of the following is not an operator in java?

A Instanceof
B size of
C new
D >>>=

Correct Answer: size of

Java operators are one of the most important fundamental concepts. Operators help programmers to perform a specific operation (Arithmetic, Unary, Assignment, Relational, Logical, Ternary, Bitwise, and Shift operation).
Bissoy MCQ

Related Questions

In Java, which operator is used to create an object ---
In Java , which operator is used to create an object
In java, which operator is used to create an object.
When comparing java.io.BufferedWriter and java.io.FileWriter, which capability exist as a method in only one of two ?

Next steps