{"id":20020053,"url":"https://github.com/gourabofficial/overpower-java","last_synced_at":"2025-06-29T03:36:07.230Z","repository":{"id":230649146,"uuid":"778354026","full_name":"gourabofficial/Overpower-JAVA","owner":"gourabofficial","description":"Exploring Java with simple projects and examples, Through hands-on coding","archived":false,"fork":false,"pushed_at":"2024-10-03T17:29:24.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T16:11:19.457Z","etag":null,"topics":["java","java-8","java-object-oriented-programming","object-oriented-programming","oop","oop-java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gourabofficial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-27T15:08:02.000Z","updated_at":"2024-10-03T17:29:27.000Z","dependencies_parsed_at":"2024-11-13T08:40:48.783Z","dependency_job_id":null,"html_url":"https://github.com/gourabofficial/Overpower-JAVA","commit_stats":null,"previous_names":["gourabofficial/java","gourabofficial/overpower-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourabofficial%2FOverpower-JAVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourabofficial%2FOverpower-JAVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourabofficial%2FOverpower-JAVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gourabofficial%2FOverpower-JAVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gourabofficial","download_url":"https://codeload.github.com/gourabofficial/Overpower-JAVA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241454092,"owners_count":19965303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","java-8","java-object-oriented-programming","object-oriented-programming","oop","oop-java"],"created_at":"2024-11-13T08:29:42.833Z","updated_at":"2025-03-02T03:29:43.980Z","avatar_url":"https://github.com/gourabofficial.png","language":"Java","readme":"\n# Java Explore\n\nWelcome to Java Explore! This repository is a collection of my personal Java projects and coding exercises. It showcases my journey in learning and experimenting with Java.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [How to Compile and Run Java Code](#how-to-compile-and-run-java-code)\n- [Best Practices](#best-practices)\n- [Recommended Resources](#recommended-resources)\n- [Projects](#projects)\n\n## Introduction\n\nThis repository serves as a sandbox for exploring various Java concepts, including object-oriented programming, data structures, algorithms, and more. Each directory contains a different project or exercise with its own set of files and instructions.\n\n## How to Compile and Run Java Code\n\nTo compile and run Java code, follow these steps:\n\n1. **Ensure JDK is Installed**: Download and install the Java Development Kit (JDK) from [Oracle's official site](https://www.oracle.com/java/technologies/javase-downloads.html).\n\n2. **Check Installation**: Verify your installation by running the following command in your terminal:\n    ```bash\n    java -version\n    ```\n\n3. **Compile Java Code**: Navigate to the directory containing your `.java` files and run:\n    ```bash\n    javac YourFileName.java\n    ```\n   This command compiles your Java file and generates a `YourFileName.class` file.\n\n4. **Run Java Code**: Execute the compiled class file using:\n    ```bash\n    java YourFileName\n    ```\n\n### Example:\n```bash\ncd Project1\njavac Main.java\njava Main\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgourabofficial%2Foverpower-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgourabofficial%2Foverpower-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgourabofficial%2Foverpower-java/lists"}