Which statement about ListResourceBundle is true?.
B.
A ListResourceBundle is a Java class that provides key/value pairs.
The values can be any Java class type and can be created at runtime, making Options A and C false statements.
When you want to provide a language-specific resource bundle, an underscore and the language code are added after the class name.
Since Option B does not have an underscore, it is a false statement.
Since all three statements are false, Option D is the answer.