How do you define a class of constants in Java?

后端 未结 10 2053
终归单人心
终归单人心 2020-12-07 12:44

Suppose you need to define a class which all it does is hold constants.

public static final String SOME_CONST = \"SOME_VALUE\";

What is the

10条回答
提交回复
热议问题