4041424344454647
CodeBase(URL url, Factory factory) { this.codeBase = url; this.factory = factory; classLoader = new URLClassLoader(new URL[]{ url }); threadGroup = new ContextThreadGroup("Context-" + url.toString()); threadGroup.setMaxPriority(4); }
4142434445464748