Total Questions : 20
Expected Time : 20 Minutes

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

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

3. In Dart, how do you import a library?

4. What is the purpose of the 'match' expression in Dart?

5. Which collection type in Dart does not allow duplicate elements?

6. In Dart, how do you declare a multi-line string?

7. What is the purpose of the 'with' keyword in Dart?

8. In Dart, what is the 'main()' function used for?

9. What is the purpose of the 'rethrow' expression in Dart?

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

11. Which Dart keyword is used to implement inheritance?

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

13. What is the purpose of the 'cascade' operator ('..') in Dart?

14. Which Dart operator is used for null-aware assignment?

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

16. In Dart, what is the 'call()' method used for?

17. What is the purpose of the 'const constructor' in Dart?

18. What is the purpose of the 'onTimeout' method in Dart's 'Future' class?

19. What is the purpose of the 'Sync' in Dart's 'Future.sync'?

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