Skip to content

Commit

Permalink
修改文件: Interview/03 百度搜索 “Java面试题” 前200页(含答案).md
Browse files Browse the repository at this point in the history
  • Loading branch information
nnngu committed Mar 5, 2018
1 parent 4d73cd5 commit 0ae58ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ WSDL:是一种 XML 格式,用于将网络服务描述为一组端点,这

31、什么是懒加载(Lazy Loading)

> 懒加载:即为延迟加载,顾名思义就是在需要的时候才加载,这样做效率会比较低,但是占用内存低。
32、什么是尾递归,为什么需要尾递归

33、什么是控制反转(Inversion of Control)与依赖注入(Dependency Injection)
Expand Down

0 comments on commit 0ae58ba

Please sign in to comment.