Java Primitive Data Types???
Hello everyone! Today's example will be Java's eight(8) primitive data types. These data types are very important to Java as they are 'reserved' keywords. This means you cannot use them as variable names or Java will be very upset and not want to play. As we have discussed before, we have our Main class with its' attributes inside. Following the Main class, we have our main method which be used to perform the action of printing out our Main class attributes. Take a look at the code and see if you can follow. I have attached the link to Oracle's website which gives more insight for today's topic! That said, thank you for checking out today's article and we will continue on covering Java concepts in future editions. Take care and stay Java!