Working around of Objects in Java (not JavaScript, that's different)
To run any java file, you must have Java Development Kit installed on your device.
- Clone this repository with
git clone https://github.com/khianvictorycalderon/my-java-OOP.git - To run a chosen java file, run
javac <filename>, (e.g.javac HelloWorld.java) - Then run this
java <classname>, (e.g.java HelloWorld) - Output will display on terminal