1819202122232425
* arguments passed to the program * @throws Exception * if an exception occurs while executing the program */ public static void main(String[] inargs) throws Exception { Worker worker = new Worker(); main(worker, inargs); }