https://github.com/willgreen98/university-cosine-java
https://github.com/willgreen98/university-cosine-java
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willgreen98/university-cosine-java
- Owner: WillGreen98
- Created: 2018-10-08T19:06:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:18:36.000Z (over 4 years ago)
- Last Synced: 2024-12-28T01:14:56.425Z (9 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University - Computer Operating Systems And Intermediate Networking
This is a repo for all Java programming projects
completed within my COSINE module.This module will contain:
1. All in-classes examples
2. Practical Session Code
3. CourseworkThere may be duplicate files of some classes, this is due to the topics being taught for a certain week.
We may cover programming concepts that can be added to previous projects or that are needed for new teaching weeks :)## Week 1
* Hello World App
* Hello World Arguments
* Random Number## Week 2
* Concurrency
* Classes
* Fields
* Objects## Week 3
* Threads
* Races## Week 4
* Mutual Exclusion
* Synchronization
* Deadlock## Week 5
* Synchronization
* Deadlock with two resources
* notification.Notification## Week 6
* In-Class Test## Week 7
* File Systems
* Java RMI ```Remote Method Invocation```