Let's Start Java!

 In this post we are going to get started with the programming language, Java.

 Java is an object-oriented programming language, meaning it focuses on block of code that are one cohesive unit, or object.  These objects can contain raw data, like an serial code number, and functions, like adding together the number of products for sale.  

To get started learning Java you will need to head over to Oracle's website.  Oracle is the company that created and maintains Java.  In the link above is the downloads section for the Java Development Kit(JDK).  Halfway down the screen you will see the box containing all the download files:

 You will need to navigate to the tab containing your computers operating system (Linux, macOS, or Windows) and download the installer file.  Once you launch the installer you will be walked through the installation process and then you can begin coding with Java!

Once you get your IDE loaded up and a new Java file going, take a look at  Oracle's Java Tutorials to get started!  The "Hello World" project is a simple entry program that many developers use when learning any new language.

 

Happy Coding!  
 

Comments