Skip to content

kevinraj23/java-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Java Learning Repository

This repository contains Java code samples and projects for learning purposes.

Prerequisites

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/your-username/java-learning.git
    cd java-learning
  2. Open in Visual Studio Code:

    code .
  3. Compile and run your Java files:

    javac YourFile.java
    java YourFile

Running Tests

If you have test files, compile and run them using the Java compiler and runtime, or use your preferred testing framework.

Branching Strategy

  • No direct commits to the main branch are allowed.
  • Each collaborator must create a new branch for their work:
    git checkout -b your-feature-branch
  • After making changes, push your branch and create a Pull Request (PR) to merge into main.
  • All changes must be reviewed and approved via PR before merging.

Collaborators' Folder Structure

  • Each collaborator should create a folder with their name under the collaborators directory in this repository.
  • Commit all files related to your learning activities inside your personal folder.
    collaborators/
      your-name/
        your-files.java
    

Contributing

Feel free to fork this repository

About

repository to commit changes for java programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%