break is a keyword in java which is used to break the execution flow of a loop. Java break statement can be used inside for, while, do while and switch ...
確定! 回上一頁