Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/a-r-d/java-1-class-demos
- Owner: a-r-d
- License: mit
- Created: 2016-08-28T17:54:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T18:25:44.000Z (about 7 years ago)
- Last Synced: 2024-09-25T03:30:58.286Z (about 2 months ago)
- Topics: demo, java, youtube-video
- Language: Java
- Size: 6.31 MB
- Stars: 18
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)