Computer Applications
The expression which uses >= operator is known as:
- relational
- logical
- arithmetic
- assignment
Java Operators
ICSE Sp 2024
56 Likes
Answer
relational
Reason — Relational expressions are constructed using relational operators — equal to ( == ), not equal to ( != ), less than ( < ), less than equal to ( <= ), greater than ( > ), greater than equal to ( >= )
Answered By
31 Likes
Related Questions
Name the feature of java depicted in the below picture.
- Encapsulation
- Inheritance
- Abstraction
- Polymorphism

Ternary operator is a:
- logical operator
- arithmetic operator
- relational operator
- conditional operator
When primitive data type is converted to a corresponding object of its class, it is called:
- Boxing
- Unboxing
- explicit type conversion
- implicit type conversion
The number of bytes occupied by a character array of 10 elements.
- 20 bytes
- 60 bytes
- 40 bytes
- 120 bytes