Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Logical Operators
Java provides two types of Logical Operators
&& (AND)
\\ (OR)
1. binary logical operators
2. unary logical operator
! (NOT)