public
static
此类字段通常用于存储常量值数组。 尽管如此,它们仍然存在安全隐患,因为它们的内容可能会被修改,即使该字段被声明为 final。
final
示例:
public static String[] allowedPasswords = {"foo", "bar"};