Object Oriented Software Engineering   View all facts   Glossary   Help | 
| subject > programming language construct > condition > Java condition | 
| Java condition comparison table | |||||
| Subject | avoid | is a kind of | divide into | is a subtopic of | have example | 
|---|---|---|---|---|---|
| complex Java condition | because it is difficult to read | Java condition | several separate conditions on separate lines | Programming Style Guidelines | if(a==5 &&(b>40 \ c) && (d > a+2 \ e==5)) ...  | 
Next condition: complex condition     Up: condition    Previous condition: guard condition