nerdexam
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)
  • A
    6% (2)
  • B
    13% (4)
  • C
    3% (1)
  • D
    78% (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.

Full 1Z0-805 Practice