如何回答“线上CPU100%排查”面试问题

案例: public class App { public static void main( String[] args ) { int a = 0; while (a < 100) { a *= 10; } } } 把上述代码放到项目中,打成jar包,然后丢到服务器上,使用java -jar xx
相关文章
相关标签/搜索