Java筆試題(互聯網金融方向)

一、如下代碼的輸出內容 java

public class TestFor {
	public static void main(String[] args) {
		int i = 0;
		for(print("A");print("B")&&(i<2);print("C")){
			i++;
			print("D");
		}
	}
	public static boolean print(String str){
		System.out.print(str);
		return true;
	}
}



二、

三、http狀態碼30一、302聯繫與區別。 架構

四、http是有狀態的嗎,怎麼理解。 併發

五、併發容器類在工做中的使用。 工具

六、ConcurrentHashMap實現原理。 網站

七、List、Set、Map聯繫與區別,經常使用的實例化類型,應用場景。 spa

八、HashMap擴容機制,hash碰撞如何解決。 code

九、用過的第三方類庫。 索引

十、虛擬機內存示意圖,gc機制。 內存

十一、JVM調優經驗,常使用工具。 虛擬機

十二、如何快速定位系統中死循環的問題。

1三、談談對索引的理解,使用的注意事項。

1四、大型網站調優經驗。

1五、作過的系統的架構圖。

相關文章
相關標籤/搜索