Computer Applications
The expression which uses >= operator is known as:
- relational
- logical
- arithmetic
- assignment
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