Home » JAVA Programming » Basic Operators » Question
  1. Which of these is returned by “greater than”, “less than” and “equal to” operators?
    1. Boolean
    2. Floating – point numbers
    3. Integers
    4. None of these
    5. NA
Correct Option: A

All relational operators return a boolean value ie. true and false.



Your comments will be displayed only after manual approval.