Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-r-d/java-1-class-demos

Java 160 class demos for Cincinnati State Java 1 class.
https://github.com/a-r-d/java-1-class-demos

demo java youtube-video

Last synced: about 1 month ago
JSON representation

Java 160 class demos for Cincinnati State Java 1 class.

Awesome Lists containing this project

README

        

# Java 1 Class Demos

Java 160 class demos for Cincinnati State Java 1 class.

Each week contains the Java classes that were created to show in class for the demos, or during creation of the youtube videos. Please use this code to help you complete the homework assignments each week.

## Each week's content

[week 1 - intro + datatypes](./week1-intro-and-datatypes)

[week 2 - expressions, conditionals, loops](./week2-expressions-conditionals-loops)

[week 3 - arrays](./week3-arrays)

[week 4 - Strings](./week4-strings)

[week 5 - review](./week5-review-arrays-strings)

[week 6 - OOP, objects & classes](./week6-objects-classes)

[week 7 - OOP, try/catch, logging](./week7-try-catch-and-logging)

[week 8 - JFrame and Action Listener](./jframe-actionlistener-access-db-cxn)

[week 9 - WindowListener and "Create" of CRUD](./jframe-windowlistener)

[week 10 - Update and Delete of CRUD](./jframe-windowlistener)

[week 11 - Filesystem Access](./streams-and-fs-access)

[week 12 - Files - Reading and Writing](./files-reading-and-writing)

[week 13 - Collections and Generics](./collections-and-generics)

[week 14 - Collections/array utilities and Dates](./collections-utilities-and-dates)

[week 15 - Maven and External Libraries](./maven-and-libraries)

### Extras:

[JVM Memory and Tuning](./jvm-memory-and-tuning)

[Interview Question Practice + Videos](./interview-questions)

## Youtube Videos

There are a few youtube videos here to go along with the course content, I will upload them all to playlists based on the week they correspond to.

[This playlist contains all of the course videos.](https://www.youtube.com/playlist?list=PLWRvoIK5KFynq0EMB2tJ3itY2l1gm8EE4)

## Each specific topic's videos:

[Streams and Filesystem Access](https://www.youtube.com/playlist?list=PLWRvoIK5KFyniQYKYZLwCQP1HMTiv9sut)

[Reading and writing files](https://www.youtube.com/playlist?list=PLWRvoIK5KFylgeAzBUNnrY_ioXyItwbaX)

[Generics and Collections](https://www.youtube.com/playlist?list=PLWRvoIK5KFyk2zkepKO2Ds2qhwwxH9H_-)

[Arrays, Collection Utils, and Dates](https://www.youtube.com/playlist?list=PLWRvoIK5KFymKqKUPLkLySoZno9cUACHq)

[Maven and Libraries](https://www.youtube.com/playlist?list=PLWRvoIK5KFylpbX_0dFKre1SRhvRFHIwJ)