|
2 | 2 |
|
3 | 3 | Rustam_Z🚀, 9.10.2020
|
4 | 4 |
|
5 |
| -## Java Core Concepts |
6 |
| -- Java full tutorial: |
7 |
| - - https://www.javatpoint.com/java-tutorial |
8 |
| - - https://www.tutorialspoint.com/Pass-by-reference-vs-Pass-by-Value-in-java |
9 |
| - - https://www.geeksforgeeks.org/g-fact-31-java-is-strictly-pass-by-value/ |
| 5 | +### Learn JAVA in 1 video |
| 6 | +- [Java in 100 seconds](https://www.youtube.com/watch?v=l9AzO1FMgM8) |
| 7 | +- [Learn Java in One Video](https://www.youtube.com/watch?v=drQK8ciCAjY) |
10 | 8 |
|
11 |
| -- Java OOPs: |
12 |
| - - https://www.javatpoint.com/java-oops-concepts |
13 |
| - - Object casting - https://youtu.be/Qpz2MA4KE9U |
| 9 | +### Reading |
| 10 | +- [javatpoint.com](https://www.javatpoint.com/java-tutorial) |
| 11 | +- [jenkov.com](https://jenkov.com/tutorials/java/strings.html) |
| 12 | +- [baeldung.com](https://www.baeldung.com/get-started-with-java-series) |
14 | 13 |
|
15 |
| -- Java Exceptions: |
16 |
| - - https://www.javatpoint.com/exception-handling-in-java |
| 14 | +### Video Tutorials |
| 15 | +- [Programming with Mosh - Programming with JAVA from scratch](https://www.youtube.com/watch?v=eIrMbAQSU34) |
| 16 | +- [Tech with Tim - More focus on data structures, collections library](https://www.youtube.com/watch?v=Yv_4RXyLjL8) |
| 17 | +- [FreeCodeCamp - JAVA programming for beginners](https://www.youtube.com/watch?v=A74TOX803D0) |
| 18 | +- [12 hours JAVA tutorial + JAVA Swing tutorial](https://www.youtube.com/watch?v=xk4_1vDrzzo) |
17 | 19 |
|
18 |
| -- Design Patterns, SOLID Principles - https://youtu.be/A1PWJB98qcw |
| 20 | +### Video Playlists |
| 21 | +- [Bucky's beginner Java](https://www.youtube.com/playlist?list=PLFE2CE09D83EE3E28) |
| 22 | +- [Bucky's intermediate Java](https://www.youtube.com/playlist?list=PL27BCE863B6A864E3) |
19 | 23 |
|
20 |
| -- [Java Swing](java-swing) |
| 24 | +### На Русском |
| 25 | +- RU - Гоша Дударь - https://www.youtube.com/playlist?list=PL0lO_mIqDDFW2xXiWSfjT7hEdOUZHVNbK |
| 26 | +- RU https://www.youtube.com/playlist?list=PLlb7e2G7aSpRZSRZxANkvpYC82BXUzCTY |
| 27 | +- RU https://www.youtube.com/playlist?list=PLZqgWWF4O-zgDLDBMva788aJf_vQ9GKJv |
21 | 28 |
|
22 |
| -- JavaFX |
23 |
| - |
24 |
| -- [Collections Framework](collections-framework) |
| 29 | +### Books |
| 30 | +- Java How to Program, 10th edition |
| 31 | +- Java A Beginner’s Guide, 6th edition |
| 32 | +- Java for Dummies, 4th edition |
0 commit comments