JAVA Learning Series l 1st "Setting Environment"
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZk2OuCyx-_P0rr7bSvm5aD4Yqtwej3nKYnudkupmjjQRBGm6_paPPCBhJV2xBUzXGIpnIgPg1cnyksUY0qiSUzm4Dp7XnhzMjXdmGFhR6H17FTW2MMx6yDoRWX8nozbk4XzSGPMOb3ePe/s640/java+%25EB%25B0%25B0%25EB%2584%2588.png)
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...