ExamGecko
Question list
Search
Search

Question 76 - CBDE discussion

Report
Export

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.
Answers
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.
Answers
B.
continuing execution on error silently, which is the reason why they are so dangerous.
C.
returning Booleans to indicate an error during execution.
Answers
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.
Answers
D.
.send() throws an exception, while the other functions are returning Booleans during execution to indicate an error.
Suggested answer: C
asked 16/09/2024
Borisov Aleksandr
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first