What is operator, keyword in java¿¿
✌
Answers
Answered by
3
Answer:
The logical OR operator return the Boolean value true if either the both operands is true and return false
Answered by
21
Operator -
- Operators are the symbols which are used to specify the operations to be performed in a java statement.
- They are of three types :-
■ Arithemetical Operator
It is of three types -
- Unary operator
- Binary operator
- Ternary operator
■ Logical Operator
■ Relational Operator
Keyword -
- They are the reserved words which carry some special meaning for the system compiler.
- For example - for, public, class
Similar questions