分支结构:if、switch 与 switch 表达式 | JavaSE

本章覆盖:布尔条件与分支控制;if、if-else、else-if 链;嵌套分支与条件组织;传统 switch 语句;case、default 与 fall-through;箭头形式 switch 规则;switch 表达式与 yield;if 与 switch 的选择边界。

本章知识点

  • 布尔条件与分支控制
  • if、if-else、else-if 链
  • 嵌套分支与条件组织
  • 传统 switch 语句
  • case、default 与 fall-through
  • 箭头形式 switch 规则
  • switch 表达式与 yield
  • if 与 switch 的选择边界