Java Reference
Java Reference Home
|
Smart Soft Home
Pipe Pipe ||
Description
OR used for boolean expressions.
Example
if(x<5 || y<5) System.out.println("Either x or y is greater than 5");