Select Case Statement in Java Submitted by donbermoy on Mon, 12/29/2014 - 11:37 This tutorial will teach you how to use the Select Case Statement in Java. A switch statement checks if a variable is equal to a list of values, meaning it will hold the value of the variable. Read more about Select Case Statement in JavaAdd new comment879 views