`
standalone
  • 浏览: 620479 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

one java interview question

    博客分类:
  • java
阅读更多
int f(int n){
        return n*f(n-1);
}

System.out.print(f(100));

what's the output?
分享到:
评论
1 楼 standalone 2012-12-19  
Exception in thread "main" java.lang.StackOverflowError

相关推荐

Global site tag (gtag.js) - Google Analytics