Multiple Choice
Address.send() :
A) will cascade exceptions and address.transfer() will return a false on error.
B) will return false on error while address.transfer() will cascade transactions.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Inheritance is useful, because a contract that
Q29: Truffle boxes are a great way:<br>A) to
Q30: A Private Network is:<br>A) a side Channel
Q31: Which statement is true about the EVM?<br>A)
Q32: The Fallback function:<br>A) cannot receive Ether, not
Q34: It's easy to write clean-room unit-tests with
Q35: When using assert to check invariants and
Q36: A Blockchain Node:<br>A) can never become a
Q37: Using selfdestruct(beneficiary) with the beneficiary being a
Q38: You interact with a smart contract and