Welcome to the Core Java repository!
This project contains practical examples, exercises, and reference implementations of core Java concepts and real-world problems, structured into multiple modules. It’s designed to help learners strengthen their understanding of Java fundamentals and common programming tasks.
| Directory | Description |
|---|---|
IOOperations |
Examples and utilities for file and stream I/O operations in Java |
JDBC |
Sample code and practice projects using Java Database Connectivity |
StreamAPI |
Demonstrations of Java Stream API usage for functional and data-oriented tasks |
MachineCodingQAs/src |
Machine coding questions and solutions to improve problem solving |
hibernate-first |
First projects/examples using Hibernate ORM |
All code is written using core Java concepts, cleanly structured to run in IDEs and command-line environments
To run the code examples locally:
-
Clone the repository
git clone https://github.com/Mudaykirann/core-java.git cd core-java