How to write your first program in Java

Java is a programming language and has become very popular in the last decade or so. If you are just starting to learn Java then obviously you would have few unanswered questions and few things you might not know at all. So, let’s begin! Why Java ? Java is a language based on the OOPs … 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