Java provides a rich operator environment. Most of its operators can be divided
into the following four groups:
- arithmetic
- bitwise
- relational
- logical.
If you are familiar with C/C++/C#, then you will be pleased to know that most operators
in Java work just like they do in those languages. However, there are some subtle differences,
so a careful reading is advised
No comments:
Post a Comment