Blogger

Delete comment from: Javarevisited

Jay said...

Operators are special symbols like '+','-','/'etc.When operators are placed between operands,can perform specific operation and give result. In (http://result.In) this post,we shall discuss about some important and mostly used operators.
1-Increment Operators(++)->This operator simply increments the vaariable by 1. Ex- int a=12; a++; // means a=a+1; When ++ operator follow variables or placed before it,it is called post increment.Ex- The above exaple. When ++ operator precede variables or placed after it,it is called pre increment.Ex- int a=13;++a;
2-Decrement Operators(--)->This operator simply… for more visitOperators in Java (https://jaysmilet.blogspot.com/2018/10/operators-in-java.html)

Oct 19, 2018, 1:19:32 PM


Posted to Difference between bitwise and logical AND, OR Operators in Java? Examples

Google apps
Main menu