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

boolean expression comparison table
Subject have example has definition have purpose have type is a kind of
expression A series of variables, operators and method calls (constructed according to the syntax of the language) that evaluates to a single value
  • to compute values
  • or to assign to a variable
  • or to control the flow of execution
that is the type of its resultsyntactic unit
boolean expressionx < y & z > 1An expression that produces a true or false result
  • to compute values
  • or to control the flow of execution
booleanexpression

Next expressioncast expression    Upexpression    Previous expressionassignment expression