Multiple Choice
All low-level functions on the address, so address.send() , address.call.valueQQ, address.callcode and address.delegatecall:
A) are interrupting execution on error, because they throw an exception.
B) continuing execution on error silently, which is the reason why they are so dangerous.
C) returning Booleans to indicate an error during execution.
D) .send() throws an exception, while the other functions are returning Booleans during execution to indicate an error.
Correct Answer:

Verified
Correct Answer:
Verified
Q63: Transactions containing the same data to create
Q64: To Iterate through a mapping, you:<br>A) can
Q65: Unit-Testing on a local chain is important,
Q66: GETH:<br>A) is the reference implementation of the
Q67: Go-Ethereum vs. Ganache:<br>A) both are the same,
Q69: Assert is used:<br>A) to check internal states
Q70: If you are starting a new ERC20
Q71: When defining a new datatype:<br>A) its best
Q72: When you do external calls to other
Q73: Solidity gets compiled:<br>A) to bytecode that can't