ExamGecko
Question list
Search
Search

Related questions











Question 235 - H14-231_V1.0 discussion

Report
Export

Regarding the boot mode of UIAbility, the following statement is incorrect

A.
UIAbility supports three launch modes: single-instance, standard-mode, and specified instance, which can be configured in module.json via launchType.
Answers
A.
UIAbility supports three launch modes: single-instance, standard-mode, and specified instance, which can be configured in module.json via launchType.
B.
singleton is a single-instance mode, only one instance exists in the system, and if it already exists, the only instance in the system is reused.
Answers
B.
singleton is a single-instance mode, only one instance exists in the system, and if it already exists, the only instance in the system is reused.
C.
standard is the standard mode, and a new instance will be started every time startAbility, and the system defaults to the standard mode.
Answers
C.
standard is the standard mode, and a new instance will be started every time startAbility, and the system defaults to the standard mode.
D.
specified is the specified instance mode, and the internal business of Ability decides whether to create multiple instances during runtime.
Answers
D.
specified is the specified instance mode, and the internal business of Ability decides whether to create multiple instances during runtime.
Suggested answer: C
asked 18/09/2024
Edwin Lebron
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first