Posts

Showing posts from January, 2023

Java Anyone?

Java Anyone?   This week’s post is about a very interesting programming language that most everyone in the world (even non techies) has heard about, JAVA!   JAVA is a high level class based, object oriented language that has been around since 1995. Because it has been around for so long (almost 30 years), there is LOTS of documentation and t utorials etc. on it. Object Oriented Programming (OOP for short) is a methodology for programming that involves objects and classes and allows for simpler development.   Anyone wanting to learn about software development should certainly check out and learn about JAVA. So how do you “get” JAVA? Lets find out!   Luckily, JAVA is open source so that means it is FREE! You do not need to pay anything to get JAVA.   First we will go to https://www.oracle.com/java/technologies/downloads/ to download JAVA19 (this is the newest stable release of JAVA)   After that you will want to grab a JAVA Editor such as NetBea...