This book is now obsolete Please use CSAwesome instead.
9. List and ArrayListΒΆ
- 9.1. Lists
- 9.2. The List Interface
- 9.3. What is an Interface?
- 9.4. Interfaces are like Contracts
- 9.5. List Methods on the Exam
- 9.6. Why Use a List?
- 9.7. The ArrayList Class
- 9.8. The Import Statement
- 9.9. Declaring Lists
- 9.10. Creating Lists
- 9.11. Adding Values to a List
- 9.12. Getting and Setting Values in a List
- 9.13. Removing an Object at an Index
- 9.14. Looping Through a List
- 9.15. Comparing Arrays and Lists
- 9.16. Common Mistakes
- 9.17. More Practice
- 9.18. Easy Multiple Choice Questions
- 9.19. Medium Multiple Choice Questions
- 9.20. Hard Multiple Choice Questions
- 9.21. Free Response Questions
- 9.21.1. Free Response - String Scramble B
- 9.21.2. Free Response - Climbing Club A
- 9.21.3. Free Response - Climbing Club B
- 9.21.4. Free Response - Climbing Club C
- 9.21.5. Free Response - CookieOrder A
- 9.21.6. Free Response - CookieOrder B
- 9.21.7. Free Response - StringFormatter A
- 9.21.8. Free Response - StringFormatter B
- 9.22. List - Summary
- 9.23. Code Practice with ArrayLists
- 9.24. Mixed Up Code Practice
You have attempted of activities on this page