Differentiate between / and % operator in java.
Answers
Answered by
3
Answer:
About 72,80,000 results (0.64 seconds)
Why Java is not a purely Object-Oriented Language?
...
Related Articles.
= ==
It is an assignment operator. It is a relational or comparison operator.
It is used for assigning the value to a variable. It is used for comparing two values. It returns 1 if both the values are equal otherwise returns 0.
Explanation:
Answered by
2
Answer:
Why Java is not a purely Object-Oriented Language?
...
Related Articles.
= ==
It is an assignment operator. It is a relational or comparison operator.
It is used for assigning the value to a variable. It is used for comparing two values. It returns 1 if both the values are equal otherwise returns
Similar questions