nerdexam
Oracle

1Z0-441 · Question #53

You have created a reusable feature in a feature archive (FAR) application workspace, which will be consumed and used by a master application. The FAR workspace makes use of tables in the device's…

The correct answer is C. start()method in the FAR application's ApplicationController project's. See the full explanation below for the reasoning.

Question

You have created a reusable feature in a feature archive (FAR) application workspace, which will be consumed and used by a master application. The FAR workspace makes use of tables in the device’s SQLite database. You need the tables to be ready to accept data the first time the FAR application is started. Where should you code the logic to create the tables to support maximum reusability of the FAR?

Options

  • Astart()method in the master application's ApplicationController project's
  • Bactivate()method in the master application's ApplicationController project's
  • Cstart()method in the FAR application's ApplicationController project's
  • Dactivate()methodon the FAR application's ViewController project's

How the community answered

(26 responses)
  • A
    12% (3)
  • B
    4% (1)
  • C
    81% (21)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-441 Practice