CSE 401/M501 24sp Resources

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

CSE 401/M501 Info
Syllabus
Academic Integrity
Course Calendar
Lectures
Sections
Assignments
Compiler Project
Gradescope (written assignment submission)
Course Canvas page (Panopto, Office hour zoom links, and gradebook)
Exams

Software Resources
Official Java 17 API documentation
openjdk download (get Java 17 and select all options in install dialog;
    lab machines use Java 17 & your code must work there for grading)
IntelliJ download; free student license for Ultimate version
CSE GitLab
git website & download (download if you don't have git already), git book
Google Java style guide
JUnit 4