Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

File metadata and controls

23 lines (16 loc) · 1 KB

Java Programs

This repository contains a collection of common Java programs covering fundamental concepts. These programs serve as a quick reference and learning resource for Java enthusiasts.

Folders

  • basics: Simple programs demonstrating foundational Java concepts.
  • loops: Programs showcasing various loop constructs.
  • conditionals: Programs using if-else and switch statements.
  • arrays: Examples illustrating array usage.
  • strings: Programs related to string operations.
  • methods: Programs demonstrating method creation and usage.
  • objects: Examples involving classes and objects.
  • collections: Programs utilizing Java's collection framework.
  • exceptions: Programs demonstrating error handling.

Usage

Feel free to explore the folders and run the Java programs using your preferred IDE or command-line compiler.

Contribution

If you'd like to contribute your own Java programs, feel free to fork this repository, make your changes, and submit a pull request.