Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.32 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.32 KB

Java Programs

Projects made during college. This includes activities from basic syntax, methods, GUI, to OOP.

Table of Contents

Installation

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed JDK (Java Development Kit).
  • You have installed NetBeans IDE or your preferred IDE.

Steps

  1. Clone the repository:

    git clone https://github.com/khylaehza/java-programs
  2. Open NetBeans IDE.

  3. Open the project:

    • Navigate to File -> Open Project.
    • Browse to the location where you cloned the repository and select the project folder.
    • Select the project you want to use.
  4. Build the project:

    • Right-click on the project in the Projects tab.
    • Select Clean and Build.

Usage

Running the Project

  1. Run the project:
    • Right-click on the project in the Projects tab.
    • Select Run.

Example Usage

public class Main {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

Features

  • Basic syntax
  • Methods
  • GUI
  • Object Oriented Programming