Skip Top Navigation Bar

Learning Opportunities

The following table of contents follows our suggested curriculum map and contains linked tutorials for teachers and students to better understand Java. When applicable, we have added a section to each tutorial that shows how these features might be used in AP Computer Science A (AP CSA). Within each tutorial, we have conveniently linked practice and apply activities.

Course 1: Programming in Java - Table of Contents of Tutorials

1.1 Working with Data

1.1.A Algorithmic Thinking

1.1.B Variables and Data Types

1.1.C Expressions, Output, and Input

1.1.D Creating Objects and Calling Methods

1.2 Algorithms

1.2.A Boolean Expressions

1.2.B Selection Statements

1.2.C Iteration Statements

1.2.D Recursion

1.3 Creating Classes and Objects

1.3.A Creating Classes

1.3.B Implementing Interfaces

1.3.C Lambda

1.4 Lists

1.4.A Collections and Lists

1.4.B Streams

1.4.C File Reading and Exception Handling

1.4.D Searching and Sorting