Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecshekhar/core-java
This repository contains Java-17 examples to illustrate the concepts
https://github.com/codecshekhar/core-java
java java17 jdk17
Last synced: 1 day ago
JSON representation
This repository contains Java-17 examples to illustrate the concepts
- Host: GitHub
- URL: https://github.com/codecshekhar/core-java
- Owner: CodeCshekhar
- Created: 2024-04-21T07:39:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T13:26:25.000Z (3 months ago)
- Last Synced: 2024-11-05T23:12:42.166Z (about 2 months ago)
- Topics: java, java17, jdk17
- Language: Java
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Java Git Repository
This is a simple Java project that demonstrates the use of core Java features and Git version control.
## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Contributing](#contributing)
6. [License](#license)## Introduction
This project is designed to showcase the fundamental concepts and capabilities of the Java programming language. It includes examples of common data structures, control flow, and object-oriented programming techniques.The project is also set up with Git version control, allowing for easy tracking of changes, collaboration, and deployment.
## Features
- Demonstrates the use of basic Java data types, control structures, and methods
- Includes examples of Java collections, such as arrays, lists, and maps
- Showcases object-oriented programming principles like encapsulation, inheritance, and polymorphism
- Utilizes Git for version control, including commands like `git add`, `git commit`, and `git push`## Installation
To run this project, you will need to have the following installed on your system:- Java Development Kit (JDK) version 8 or higher
- Git version control system1. Clone the repository to your local machine:
```
git clone https://github.com/CodeCshekahr/core-java.git
```
2. Navigate to the project directory:
```
cd core-java
```
3. Compile the Java source files:
```
javac src/*.java
```
4. Run the main class:
```
java -cp src/ Main
```## Usage
The main functionality of this project is demonstrated in the `Main` class. You can modify the code in this class to experiment with different Java features and Git workflows.Feel free to add more classes, methods, and functionality to the project as you see fit.
## Contributing
If you would like to contribute to this project, please follow these steps:1. Fork the repository
2. Create a new branch for your feature or bug fix
3. Make your changes and commit them with descriptive commit messages
4. Push your branch to your forked repository
5. Submit a pull request to the original repository## License
This project is licensed under the [MIT License](LICENSE).