Given a resource bundle MessageBundle, what is the name of the default bundle file?
A.
MessageBundle.profile
B.
MessageBundle.xml
C.
MessageBundle.java
D.
MessageBundle.properties
Explanation:
A properties file is a simple text file. You should always create a default properties file. The name of this file begins with the base name of your ResourceBundle and ends with the .properties suffix.
Reference: The Java Tutorials,Backing a ResourceBundle with Properties Files