Search This Blog

Sunday, 8 January 2012

Operator in Java


Java provides a rich operator environment. Most of its operators can be divided
into the following four groups:


  •  arithmetic
  •  bitwise
  • relational
  •  logical.
 Java also defines some additional operators that handle certain special situations.


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