如何回答「線上CPU100%排查」面試問題

案例: public class App { public static void main( String[] args ) { int a = 0; while (a < 100) { a *= 10; } } } 把上述代碼放到項目中,打成jar包,然後丟到服務器上,使用java -jar xx
相關文章
相關標籤/搜索