Java | Operators | Question 5
Which of the following is not an operator in Java?
(A) instanceof
(B) sizeof
(C) new
(D) >>>=
Answer: (B)
Explanation: There is no sizeof operator in Java. We generally don’t need size of objects.
Quiz of this Question
Please Login to comment...