From 277accef4b0531c46639be2e620a0eb70ae4df4c Mon Sep 17 00:00:00 2001 From: Mohaned Yossry Abdulaziz Date: Wed, 18 Nov 2020 00:15:15 +0200 Subject: [PATCH] Section 4 Materials Added --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 01f61e5..62d48ef 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,22 @@ This repository will contain all materials used throughout the OS course 20/21 ------- • [‍✔️ Task 1 Solution](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Mohanedy98/OperatingSystemsCourse20-21/tree/main/Task1Solution) +### 📖 Section 4 - Java Arrays and more. +------- +• [🎞 Section Presentation](https://drive.google.com/file/d/1QZvhEdpbsgu9jVja_mpVyG-mfikamnS_/view?usp=sharing) + +• [Java Arrays - programiz](https://www.programiz.com/java-programming/arrays) + +• [Java Arrays - w3schools](https://www.w3schools.com/java/java_arrays.asp) + +• [Java "pass-by-reference" or "pass-by-value"?](https://stackabuse.com/does-java-pass-by-reference-or-pass-by-value/) + +• [Arrays in memory](https://books.trinket.io/thinkjava2/chapter7.html) + +• [2D-Arrays](https://www.programiz.com/java-programming/multidimensional-array) + + + ## 🍕 Additional Links