Skip to content

Latest commit

 

History

History
74 lines (66 loc) · 1.9 KB

README.md

File metadata and controls

74 lines (66 loc) · 1.9 KB

Java_ Repository

Description

This repository contains various Java coding problems and their solutions. The goal is to enhance Java programming skills by solving different problems, implementing concepts, and exploring Java features such as:

  • Arrays & Strings
  • Loops & Conditional Statements
  • Object-Oriented Programming (OOP)
  • Multithreading
  • File Handling
  • Swing (GUI Development)
  • Interview Questions & Logical Problems

The repository also includes additional resources related to Java development.

Repository Structure

Java_/
│-- .vscode/
│-- Array/
│-- Ch 6 Introducing Classes/
│-- FILE_HANDLING/
│-- Interview_Infosys/
│-- Java While Loop/
│-- JavaXSwing/
│-- Loop_or_Iterative_Statements/
│-- Multithreading/
│-- OTZ Logical/
│-- Project/QUIZ_CONSOLE_APP/
│-- String_StringBuffer_StringBuilder/
│-- Z-Random_practice/
│-- conditional statement/
│-- z_img/
│-- AjaxDemo.html
│-- AjaxDemo2.html
│-- AjaxDemo3.html
│-- CrushProposal.java
│-- Java_note.md
│-- README.md
│-- index.html
│-- js.html
│-- style.css
│-- style_css.md

Updates & Progress

  • 07/04/2024 - Started pushing Java codes.
  • 25/05/2024 - Continued updates, with a few missed days in between.
  • Regularly adding Java problem solutions and explanations.

How to Use

  1. Clone the repository:
    git clone https://github.com/lucky-world29/Java_.git
  2. Navigate to the project directory:
    cd Java_
  3. Open any Java file and run it using:
    javac FileName.java
    java FileName

Contribution

If you would like to contribute:

  • Fork the repository
  • Create a new branch
  • Make your changes and push
  • Submit a pull request

About

This repository is maintained to store and share Java coding problems and solutions. It serves as a reference for Java learners and developers looking to enhance their problem-solving skills.