https://github.com/imranxc/java-basics-to-advanced
Java from Basic to Advanced | Concept & Coding
https://github.com/imranxc/java-basics-to-advanced
core java java8
Last synced: about 1 year ago
JSON representation
Java from Basic to Advanced | Concept & Coding
- Host: GitHub
- URL: https://github.com/imranxc/java-basics-to-advanced
- Owner: imranxc
- License: mit
- Created: 2024-09-22T06:50:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T05:29:17.000Z (about 1 year ago)
- Last Synced: 2025-02-07T06:25:35.165Z (about 1 year ago)
- Topics: core, java, java8
- Language: Jupyter Notebook
- Homepage: https://www.youtube.com/playlist?list=PLd3UqWTnYXOnjGmyjD3zbIkyLXP15-6w0
- Size: 885 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* [r/learnjava](https://www.reddit.com/r/learnjava/) `reddit`
* [Effective Java, 3rd Edition](https://www.goodreads.com/book/show/34927404-effective-java) by Joshua Bloch
* [Effective Java, Third Edition - Keepin' it Effective](https://www.youtube.com/watch?v=7qXfoZIqi2Q) `conference`
* [Effective Java in depth](https://www.youtube.com/playlist?list=PLcJ6nqGscKrd2UxeLTY-fIr0dzdMIOHAK) `video series`
* [Items](https://cliff-salad-4e8.notion.site/61bc295be10a4cb7b20fafec03485070?v=3a021b2d678c4fab98a2de8ea5c95ab7) `notion`
* [The Well-Grounded Java Developer, 2nd Edition](https://www.manning.com/books/the-well-grounded-java-developer-second-edition) by Benjamin Evans, Jason Clark, and Martijn Verburg
* [Audiobook](https://1024terabox.com/s/17qVas-ZadhBc0NqIpO0Myw)
* [well-grounded-java/resources](https://github.com/well-grounded-java/resources)
* This book picks up where *Effective Java* stops.
## Java from Basics to Advanced — Shrayansh Jain
### Contents
* Object Oriented Programming
* Generics and Collection
* Annonations
* Reflection
* Exception Handling
* Memory Management
* Multithreading and Concurrency
* Functional Interface and Lambda Expression
* Streams and more