Skip to main content

Posts

Showing posts from April, 2022

Java! Another Programming Language

 Hello There, There are many programming languages out there to choose from and choosing which one to learn after you worked with one becomes the real question. I am currently taking a course on Java. Java is an object-orientated programming language that deals more with data or objects instead of functions like other programming languages. It is more complex than other languages like Python, which is the first programming language I learned to work with. Although most programming languages can do the same thing choosing one over another becomes a question of what I am using it for and which language suits me best. You can install Java on your computer to use but if you cannot install it on your computer there are a lot of resources online you could use to help you get familiar with Java. I will share links to the online resources I used to help me use Java online without having to download it and I will link you with a simple program I had to write for class. It was a simple p...