From one newbie to another - Let's talk Java
Hi, and welcome to my blog, “Object-oriented Programming (OOP), and Java for Newbies.” Just like you, I too am learning about the many concepts of OOP and how they can be used in the real world. Now, there are other OOP’s out there such as Ruby as well as hybrid languages like C++ and Python, but for this blog, we will be concentrating on Java. Thank you for taking the time to read and I hope you find this blog informative. Installing Java and an integrated development environment (IDE) To start, we will quickly go over the installation process for Java as well as an IDE which will assist with many tutorials. While there are various outlets that provide these two items, the one widely known location is directly from the Oracle website, more specifically the Java Tutorials page which can be found by navigating to: https://docs.oracle.com/javase/tutorial/getStarted/index.html . This page has some additional topics as well, but we will be concentrating on the Java...