switch是否能作用在byte上?是否能作用在long上?是否能作用在String上?

答案解析

switch能用于byte、short、char、int、String(JDK7+),不能用于long。