Java   View all facts   Glossary   Help
syntactic unit > expression > boolean expression
Next expressioncast expression    Upexpression    Previous expressionassignment expression   

boolean expression
subjectfact 
boolean expressionhas definition An expression that produces a true or false resultadded by: JK, source: On To Java, 2001-10-19 11:36:11.0
has example x < y & z > 1added by: DS, 2001-10-19 11:36:11.0
has type booleanadded by: JK, 2001-10-19 11:36:11.0
has purpose
  • to compute values
  • or to control the flow of execution
added by: DS, source: Sun Java Tutorial, 2001-10-19 11:36:11.0
is a subtopic of Statements and Expressions2001-10-19 11:36:11.0
is a kind of expressionadded by: DS, 2001-10-19 11:36:11.0
expressioncan be part of an expression2001-10-19 11:36:41.0
has value called its result, or its return value2001-10-19 11:36:42.0
occurs in a context where a value is required2001-10-19 11:36:42.0
performs a computation specified by 0 or more operators2001-10-19 11:36:42.0
returns a value from its computation2001-10-19 11:36:42.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0