class Foo { { String[] args = getArgs(); for(String arg : args) { System.out.println("arg = " + arg); } } }