Total Questions : 10
Expected Time : 10 Minutes

1. What is the purpose of the 'async' keyword in Dart?

2. In Dart, what is the default value of an uninitialized variable?

3. What is the purpose of the 'typedef' keyword in Dart?

4. In Dart, what is the 'isolate'?

5. What is the purpose of the 'Future' class in Dart?

6. Which Dart keyword is used to implement inheritance?

7. What is the purpose of the 'finally' block in a try-catch statement in Dart?

8. What is the purpose of the 'rethrow' keyword in Dart?

9. What is the difference between 'var' and 'dynamic' in Dart?

10. What is the purpose of the 'break' statement in Dart?