30 Days of Java | Day 1
The running mechanism:
You create a java document with .java extension.
You run the document through a javac compiler which compiles the code into a new class file (.class extension), checks for errors and if there is no error, it will run.
A new...
30daysofjava.hashnode.dev2 min read