How To Install JDK And JRE In Ubuntu?

Java is one of the most popular programming languages used today. One of the biggest reasons why Java is so popular is platform independence. That means a program written in java can run on several different types of machines. But the only thing is JRE(Java Runtime Environment) should be installed on the computer where you … Read more

HelloWorld program in Java

In the previous post, we looked at how to install Java in your system and getting started with the first Java program. We looked at a very basic program in all of the computer languages that are to print HelloWorld. For most of the beginners, it is really tough to understand what each line of … Read more