Multiple Choice
It's easy to write clean-room unit-tests with truffle:
A) for Java, JavaScript, and C++
B) for JavaScript using Web3.js
C) for Solidity and JavaScript
D) for any language, as long as it adheres to the open Testing-Interface from Truffle
Correct Answer:

Verified
Correct Answer:
Verified
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
Q33: Address.send():<br>A) will cascade exceptions and address.transfer() will
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
Q39: It's possible to access the blockchain via