Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > condition > Java condition
Next conditioncomplex condition    Upcondition    Previous conditionguard condition   

Java condition
subjectfact 
Java conditionhas definition A condition in Java is a statement that evaluates to a boolean value (true or false)link: chapter2section2.8.html#659, 2001-08-30 14:56:12.0
has example
aNumber > 5
aNumber < 5
aNumber > 5 && anotherNumber < 7
aNumber == anotherNumber
link: chapter2section2.8.html#661, 2001-08-30 14:56:12.0
is a subtopic of The Basics of Java2001-08-30 14:56:12.0
is a kind of condition2001-08-30 14:56:12.0

Kinds of Java condition :