Skip to content

Vijay-devx/java-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Basics – Foundation Practice

This repository contains my structured practice of Java programming fundamentals, organized topic-wise.

The goal is to build a strong base in core Java concepts before moving to Data Structures & Algorithms (DSA).


📌 Topics Covered

  • Variables & Datatypes
  • Input / Output
  • Conditional Statements (if-else)
  • Loops
  • Arrays
  • Strings

Each topic is placed in its own folder with multiple practice programs and a README file describing that folder.


📂 Folder Structure

java-basics/ │ ├── variables_datatypes/ ├── input_output/ ├── if_else/ ├── loops/ ├── arrays/ ├── strings/ └── README.md


🎯 Goals

  • Build strong Java fundamentals
  • Understand programming logic
  • Develop problem-solving mindset
  • Prepare for DSA and interviews

▶ How to Run Programs

  • javac FineName.java
  • java FileName

🚀 Learning Approach

  • Topic-wise practice
  • Simple → moderate problems
  • Clean and readable code
  • Continuous improvement

🛠 Language Used

  • Java

📌 Note

This repository focuses only on Java fundamentals. DSA and advanced problem-solving are maintained in a separate repository.

About

Java Fundamentals with progressive practice from basic concepts to advanced programs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages