Biblioteca Java - Diff between revs 4 and 39
Subversion Repositories:
Rev 4 | Rev 39 | |||
---|---|---|---|---|
Line 1... | Line -... | |||
1 | package inroducere.java.operator; | - | ||
- | 1 | package introducere.java.operator; | ||
2 | 2 | |||
3 | 3 | |||
4 | /** | 4 | /** | |
5 | *The && and || operators perform Conditional-AND and Conditional-OR operations on | 5 | *The && and || operators perform Conditional-AND and Conditional-OR operations on | |
6 | *two boolean expressions. These operators exhibit "short-circuiting" behavior, which | 6 | *two boolean expressions. These operators exhibit "short-circuiting" behavior, which |