D
D
Dastan Khalilov2017-09-25 20:49:14
Java
Dastan Khalilov, 2017-09-25 20:49:14

Command line work?

Good day.
In the process of studying, a question appeared in my head: Why work on the command line?
So, I noticed that in almost all JAVA lessons, for beginners, the introduction goes like working on the command line. Why don’t they go straight to the IDE? I would like to know what the work on the command line is for and what does it give (should) we understand?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2017-09-26
@KDastan

There are just different kinds of interfaces. Most popular:
CLI (commands, arguments, options)
GUI (windows, menus, scroll)
Dialog (menus, select/radiobutton options) that can be drawn with both text and graphics
Panel (eg file managers).
CLI is a very simple and very flexible interface. Many programs do not need a GUI, and a CLI interface is more than sufficient for such programs. Also, through the CLI, you can perfectly integrate some programs with others.
This is in short so that you do not confuse that the CLI is worse or more primitive than the GUI. These are just different directions, and the fact that the CLI is still actively alive shows that it is not outdated, but simply lives perfectly in its niche.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question