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.
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
- 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.
- Clone the repository:
git clone https://github.com/lucky-world29/Java_.git
- Navigate to the project directory:
cd Java_
- Open any Java file and run it using:
javac FileName.java java FileName
If you would like to contribute:
- Fork the repository
- Create a new branch
- Make your changes and push
- Submit a pull request
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.