看板 [ java ]
討論串[問題] 參數求值順序
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓5(5推 0噓 2→)留言7則,0人參與, 最新作者james732 (好人超)時間14年前 (2010/05/13 15:45), 編輯資訊
0
0
0
內容預覽:
如果有兩個 method 長這個樣子:. int foo(int a, int b);. int fun2();. 而有另一個 method,有這樣的內容:. int fun1(). {. foo(fun1(), fun2());. }. 這個 fun1 會不會變成無窮遞迴而導致 stack ove
(還有326個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者AmosYang (LetMeGoogleThatForYou)時間14年前 (2010/05/13 23:16), 編輯資訊
0
0
1
內容預覽:
google://java method parameter evaluation order. First result:. http://java.sun.com/docs/books/jls/third_edition/html/expressions.html. 15.7 Evaluatio
首頁
上一頁
1
下一頁
尾頁