03 Java0

0 JDK、JRE、JVM三者间的关系 
http://playkid.blog.163.com/blog/static/56287260201372113842153/

1 集合框架中的问题,比如:ArrayList和linkedList区别,迭代器问题,泛型的特点,优点等等。
http://blog.csdn.net/qianzhiyong111/article/details/6678035
http://blog.sina.com.cn/s/blog_dae356220102vtz1.html
http://blog.csdn.net/sun_abc/article/details/5906765

------------------------------------------------------------------------------------------------------------------------------------------
2 队列和栈的认识,把定义和规则说出了,可以说一些应用场景。
实现: http://blog.csdn.net/e421083458/article/details/12967121
场景: http://www.cnblogs.com/pengyingh/articles/2388882.html
http://blog.csdn.net/donahue_ldz/article/details/12751787
3 多线程的理解。
http://www.cnblogs.com/mmy0925/archive/2013/01/09/2852250.html
4 面向对象编程的理解,接口和抽象有什么区别,什么时候使用接口,什么时候使用抽象。
http://blog.csdn.net/wang_159369/article/details/8241902
http://blog.csdn.net/fenglibing/article/details/2745123
6 有用过设计模式吗?请说出有哪些设计模式,比如实现java单例模式代码
http://blog.csdn.net/jason0539/article/details/23297037/
7 网络协议,http和https有什么区别,有哪些常用的通讯协议
https://zhidao.baidu.com/question/2686928.html
http://blog.sina.com.cn/s/blog_493309600100clrw.html
http://jingyan.baidu.com/article/03b2f78c498da25ea237aeb8.html
8 是否用过restful接口,restful接口的定义。
http://www.xdemo.org/spring-restful/
9 jsp与servlet区别。
http://blog.chinaunix.net/uid-26284395-id-3038122.html
10 对SpringMVC理解,简述工作原理。
http://www.cnblogs.com/Alexander11/p/5621560.html
11 经典的20道AJAX面试题
http://blog.csdn.net/chow__zh/article/details/9149811

猜你喜欢

转载自1971161579.iteye.com/blog/2335284