https://github.com/imranxc/java-basics-to-advanced
One-stop resource to master Core Java, from basics to advanced, with examples and interview questions.
https://github.com/imranxc/java-basics-to-advanced
core-java interview-prep
Last synced: 21 days ago
JSON representation
One-stop resource to master Core Java, from basics to advanced, with examples and interview questions.
- Host: GitHub
- URL: https://github.com/imranxc/java-basics-to-advanced
- Owner: imranxc
- License: mit
- Created: 2024-09-22T06:50:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T16:28:52.000Z (about 1 year ago)
- Last Synced: 2025-06-02T01:59:17.205Z (about 1 year ago)
- Topics: core-java, interview-prep
- Language: Jupyter Notebook
- Homepage: https://java-notes-blond.vercel.app/
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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