Java enum is a special type of class that we can use to represent constant variables. ... public static final String ANIMAL = "dog";
確定! 回上一頁