https://github.com/thousifg/core-java-interview-prep
This repository contains various practice sessions and examples for Java core concepts, covering Java versions 8, 11, 17, and 21. It includes exercises and notes to help prepare for interviews and deepen understanding of Java fundamentals.
https://github.com/thousifg/core-java-interview-prep
corejava java11 java8
Last synced: 6 months ago
JSON representation
This repository contains various practice sessions and examples for Java core concepts, covering Java versions 8, 11, 17, and 21. It includes exercises and notes to help prepare for interviews and deepen understanding of Java fundamentals.
- Host: GitHub
- URL: https://github.com/thousifg/core-java-interview-prep
- Owner: Thousifg
- Created: 2024-07-22T18:31:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T10:17:25.000Z (over 1 year ago)
- Last Synced: 2025-03-16T07:23:27.185Z (10 months ago)
- Topics: corejava, java11, java8
- Language: Java
- Homepage: https://github.com/Thousifg/Core-Java-interview-prep
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Core Java Interview Prep
This repository contains resources, questions, and exercises to help you prepare for Core Java interviews. It's primarily for personal practice, but feel free to use it if you find it helpful!
### Contents
- **Concepts**: Key Core Java topics
- **Exercises**: Practice coding exercises
### How to Use
1. Clone the repository:
```bash
git clone https://github.com/your-username/core-java-interview-prep.git
```
2. Navigate to the directory:
```bash
cd core-java-interview-prep
```
Happy studying!