Posts

Showing posts from December, 2021

System.out.println("Java Installation // Object-Oriented Principles")

 Java is an object-oriented programming language that takes little time to install and begin simple programming.  It is also complex enough to handle all tasks.  "Object-oriented programming is a methodology or paradigm to design a program using classes and objects"  ( Java OOPs Concepts - Javatpoint , 2011) .  To begin programming with Java, you need two primary components.  Java development kit and an IDE or integrated development environment.  I was able to get started on my W10 PC following the "getting started" link here .  Below are some of the key components and concepts of Java and object-oriented programming.   Once you have Java installed and functioning, you may want to read some sources that provide different takes on the components above.  I have always found it helpful to read multiple references to get a better understanding of concepts and two that I found helpful are listed below. Java Concepts Java OOP Concepts Bel...