CSE P 501 25au Resources

Suggestion: bookmark this page in your web browser for quick access.

CSE P 501 Info
Syllabus
Academic Integrity
Course Calendar
Lectures
Assignments
Compiler Project
Gradescope (written assignment submission)
Course Canvas page (Panopto, office hour zoom links, and gradebook)
Exams

Software Resources
Official Java 21 API documentation
openjdk download (get Java 21 and select all options in install dialog;
    lab machines have Java 21 (a recent long-term support version) installed this year & your code must work there for grading and feedback)
IntelliJ download; free student license for Ultimate version
    (You are free to use any development environment you wish. This link is provided for convenience.)
CSE GitLab
git website & download (download if you don't have git already), git book
Google Java style guide
JUnit 4