...
/Quick Quiz on Integrating with External Code
Quick Quiz on Integrating with External Code
Check your understanding of integrating with external code by taking this quiz.
We'll cover the following...
We'll cover the following...
1
(Select all that apply.) What is correct in context of Elixir?:
A)
NIFs allow developers to load external code into the same memory address space as the Erlang VM.
B)
NIFs allow developers to load external code into a completely different memory address space than the Erlang VM.
C)
A crash in a native function will crash only one process, not the whole VM.
D)
A crash in a native function will crash the whole VM, not just one process.
Question 1 of 50 attempted