Peter LawreyOctober 27th, 2011Last Updated: February 17th, 2013 Sometimes we can do really weird and funny things with Java; Some other times we are just being creative! Take a look at the following three examples and you will find out what I mean! Have Fun! Strine translatorTranslating to Strine ;) public static void main(String... args) { System.out.println("Hello World"); } static { try { Field
