Tomcat類加載原理(WebappClassLoader)

關係圖 源碼分析 //構造函數 public WebappClassLoader(ClassLoader parent) { super(new URL[0], parent); //雙親委派 this.parent = getParent(); system = getSystemClassLoader();
相關文章
相關標籤/搜索