Description: ONLY THE MOST simplistic JavaServer Pages (JSP) page can get away without needing to perform one of several actions according to some condition. These conditions control the flow that your code follows as it executes, and they do so through control statements. Such statements evaluate an expression to determine the condition and direct the flow of execution accordingly.