0 votes
130 views
in android by (0 points)
closed by
Why do developers often put app initialization code in the Application class?

a. The Application class is instantiated before any other class when the process for the application is created.
b. The Application class is instantiated after any permissions requests when the process for the application is created.
c. The Application class is created each time a new Activity is launched, making it ideal for initialization code.
d. The Application class is created each time a background service is called, making it ideal for initialization code.
closed

1 Answer

0 votes
by (0 points)
 
Best answer
a

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...