Pages

Thursday, February 11, 2021

Post #8: Java Download

Background Information


This week in class, we got to learn how to download Java and type the program out to make it state "Hello, my name is" and then our name. To do this we were instructed to find a Java IDE to download the correct information into our computers so that we could use it for upcoming classes.


Downloading


The file that I decided to use was an Eclipse downloader - which you can find here. I have to say that I had a bit of trouble finding it as I thought that we were supposed to download a specific one; after searching I found one on Google that was straight forward on how to download it. Just like any computer program, once you told it to download - which was simple enough by clicking a button - it walks you through the steps on how to download the file for Java! After that I was able to get started on the program itself.


Java program


Create a new post where you provide guidance on Java installation and discuss the concepts and features of the object-oriented design principles


Java is used by many people world wide to make computer programs. Because of this, there are multiple tutorials online to teach you how to do specific codes and processes within the IDE so that you can work on different codes. With these tutorials, which can be found within the IDE or online, you can go from never coding before in your life to being an expert at coding within weeks to months - depending on the patience you have.

In my code this time I was instructed to make a code that stated "Hello, my name is" and my name. To do this I downloaded the program linked above and then went to the 'Help' tab at the top. It gave a neat little instruction on how to do the ever-so-famous "Hello World!" code that many people who first start coding first get to experience. Following this instruction, it showed me how to make the project, how to get the code in automatically and then what I needed to type.

In the real world you wouldn't get that kind of assistance that these tutorials explain, but for someone who has just started out and may possibly learn better by being shown how to do it - as there are multiple ways you can learn how to do the same thing - this can be the perfect way to learn the basics of the code so that you can do it on your own later!

Below is my picture of the code that I was able to get to work after multiple tries - as one may be able to notice from the fact that it states this is the second version of said project.

Note the 'Help' tab at the top in the menu bar. That is where there are tutorials that anyone can use right after downloading the IDE program!