Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 645 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 645
Topic #: 1
[All 312-49v10 Questions]

In Java, when multiple applications are launched, multiple Dalvik Virtual Machine instances occur that consume memory and time. To avoid that. Android implements a process that enables low memory consumption and quick start-up time. What is the process called?

  • A. Init
  • B. Zygote
  • C. Daemon
  • D. Media server
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aqeel1506
4 months ago
B. Zygote In Android, the Zygote process is a special process that starts at system boot time and acts as a template for all Dalvik Virtual Machine (DVM) instances. When a new application is launched, it forks from the Zygote process, which already has the DVM loaded, reducing the time and memory needed to start a new application. This process enables low memory consumption and quick start-up time for Android applications. This information is in accordance with the CHFI v10 textbook.
upvoted 1 times
...
Elb
5 months, 3 weeks ago
Zygote is one of the first init processes created after the device boots. It initializes the Dalvik virtual machine and tries to create multiple instances to support each Android process.
upvoted 1 times
...
Elb
7 months ago
B < https://www.oreilly.com/library/view/learning-android-forensics/9781789131017/0bbf55c8-adb7-4b38-bdc7-857ae2f3ddd5.xhtml#:~:text=Zygote%20facilitates%20using%20a%20shared,preloads%20certain%20classes%20and%20resources.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...