How to run a Java program on a Commandline
A command-line interface is a concept of interacting with a computer program whereby the user key in or issues commands to the program in form of lines of codes or command lines. These commands are handled by a program called a Command language interpreter or shell. Command-line interface can also be referred to as command language interpreter (CLI) , Command-line user interface , console user interface or character user interface (CUI). Today Am going to show you how to write simple program in Java and run it on your computer command-line interface using Ubuntu. But before that, Let me give some of the importances of using Command-line interface instead of just the Graphical User Interface. Requires few system resources to implement Automation of repetitive tasks is simplified command-line history can be kept its faster when running programs as long as you've mastered the commands. There are few requirem...