Skip to main content

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 program that I was able to run on my browser and it helped me get familiar with using Java. I hope you get familiar with it as well. Have fun learning and coding in a new language.

Link to online compiler. This online compiler allows you to choose different programming languages, Java is one of them https://www.onlinegdb.com/

Link to another online compiler this one is for Java https://www.jdoodle.com/online-java-compiler/

Link to the “Hello World!” program to help get you familiar with working in Java https://docs.oracle.com/javase/tutorial/getStarted/cupojava/netbeans.html#netbeans-2a

Comments