Programming Blog

This blog is about technical and programming questions and there solutions. I also cover programs that were asked in various interviews, it will help you to crack the coding round of various interviews

Tuesday, 12 December 2017

Simple Java program

Class simple
{
Public static void main(String[] arg)
{
System.out.println("hello there");//to print on console
}
}

No comments:

Post a Comment