Welcome to Java Programming

Welcome to Java Programming

Programming is everyone's cup of tea....!

Hello, and Welcome to Java tutorial. In this tutorial we are going to see the Java programming language in detail. Here, I am gonna narrate this tutorial according to my view and experience. Hope you will enjoy it and also share your feedback/views after having view on it.

Here is the first and as usual a welcoming program which you always see in every programming language.

public class Main {

    public static void main(String[] args) {
    // write your code here
        System.out.println("Hello and welcome to java programming");

    }
}

As this is my first blog writing I am gonna keep it small for yet, but will going to discuss each and every concept in upcoming blogs. See u soon.

Happy reading!