Newbie to Newbie - Java 101
When first delving into Java, a programmer must download the Java development kit (JDK) from the Oracle website and choose the integrated development environment (IDE) where they will build their code. Downloads must be done through a trusted source to keep the system secure. The version needed will depend upon the user's operating system. The install programs will give step-by-step instructions for easy installation, and additional support is provided in the instructions on the website. When installing these items, the JDK should be downloaded first. There are several options for IDEs, such as Eclipse and NetBeans , so users should consider their preferences when choosing their IDE. Next, it is essential to understand what kind of programming language Java is and the basic concepts. Below is a summary of the fundamental concepts of Java, with links provided for further understanding. Java is an object-oriented programming language (OOP). An OOP may be a powerful