Oracle
1Z0-805 · Question #44
Given a resource bundle MessageBundle, what is the name of the default bundle file?
The correct answer is D. MessageBundle.properties. 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
Localization
Question
Given a resource bundle MessageBundle, what is the name of the default bundle file?
Options
- AMessageBundle.profile
- BMessageBundle.xml
- CMessageBundle.java
- DMessageBundle.properties
How the community answered
(32 responses)- A6% (2)
- B13% (4)
- C3% (1)
- D78% (25)
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
Topics
#ResourceBundle#properties file#default bundle#naming convention
Community Discussion
No community discussion yet for this question.