Operators :

Operators :

 

Operator

Meaning

+

Addition

  •  

Substraction

*

Multiplication

/

Division

%

Remainder

<

Is less than

<=

Is less than or equal to

>

Greater than

>=

Greater than or equal to

==

Equal to

!=

Not Equal to

&&

Logical AND

||

Logical OR

!

NOT

Leave Comment

Important Topics

Title
OOPS
Data Types
JAVA
JVM
Command Line Args
Machine Neutral
Scope of Variables
Operators :
Generic Type Casting
IF Else
Switch Statement
The while statement
The do statement
The for statement
Classes, objects and methods
Constructors
Methods Overloading
Static Members
Nesting of methods
Inheritance : Extending a Class
Overriding methods
Overriding methods
Final variable and methods
Abstract class in Java
Visibility control