Skip to content

khianvictorycalderon/my-java-OOP

Repository files navigation

My Java Object-Oriented Programming Files

Working around of Objects in Java (not JavaScript, that's different)

Requirements

To run any java file, you must have Java Development Kit installed on your device.

Setup

  1. Clone this repository with git clone https://github.com/khianvictorycalderon/my-java-OOP.git
  2. To run a chosen java file, run javac <filename>, (e.g. javac HelloWorld.java )
  3. Then run this java <classname>, (e.g. java HelloWorld )
  4. Output will display on terminal

Releases

No releases published

Packages

No packages published

Languages