JAVA Learning Series l 1st "Setting Environment"
Java is the most popular language for working with computers. Android is also based on the Java language. Big-Data, Artificial Intelligence and etc.. have increased the demand for data analysis, and the use of other languages (R, Python) has increased, but it is still the most used language. [ Tools needed for Java ] In order to develop J programs, a Java Development Kit (JDK) is required. And let's develop with Eclipse as a text editing tool to make development easier. The JDK includes a compiler (javac.exe) that translates the Java language written in Text into a machine language understood by a computer, and a program that runs compiled Java programs (java.exe). It is an essential tool. In addition, the JDK provides a set of command toolbars (Java API libraries), and you will learn how to use this command tool one by one. [ JDK Download & Install ] The JDK can be downloaded from Oracl...