News

100-ways-to-print-HelloWorld-in-java This is a fun quest to find out different ways to print "Hello, World!" in java. It helps me refresh some concepts and it's a good exercise to think of new methods ...
Let us look at a very simple example: a program which consists of only one class (and, consequently, one file) which contains nothing but the function main. The program just prints (i.e., writes to ...