nyghtowl / Practice_Java

Using this repository to learn Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice Java

Trying Java code. If using the terminal, use the following command to compile Java:

javac [filename]

To run the compiled class file:

java [filename without class extension]]

About

Using this repository to learn Java


Languages

Language:Java 100.0%