Java面试重点

        自己通过面试整理了一些面试的重点,持续更新,需要的可以参考:

1.重载、重写、抽象、接口、GC:https://blog.csdn.net/weixin_36027342/article/details/79973294
    内存模型:https://blog.csdn.net/linxi1209163com/article/details/51201697
2.异常:https://www.cnblogs.com/huajiezh/p/5804975.html、
    多线程:http://www.importnew.com/12773.html(50题)、
    停止线程方式(共享变量、interrupt、使用异常的方法、https://www.cnblogs.com/greta/p/5624839.html)
    一个线程运行时发生异常(https://blog.csdn.net/li_mengjun/article/details/78163018)
    https://blog.csdn.net/zzg1229059735/article/details/61191679(CyclicBarrier 和 CountDownLatch)、
    ThreadLocal:https://www.cnblogs.com/xinxin-ting/p/7070826.html、
    volatile:https://www.cnblogs.com/zhengbin/p/5654805.html、
    sleep、wait、yeid:https://dylanxu.iteye.com/blog/1322066
    线程池、
    四种实现线程的方式(继承Thread、实现Runnable接口、通过Callable和FutureTask、通过线程池)、
    线程同步的方法(https://blog.csdn.net/cengjingyige/article/details/52382300)
3.集合(List、Set、Map)(ArrayList、Vector、LinkedList、TreeSet、TreeMap、HashSet、HashMap)
    https://blog.csdn.net/qq_41061437/article/details/81566249
4.io流:https://blog.csdn.net/qq_41061437/article/details/81740680、XML
5.JDBC、数据库(ACID、隔离级别:https://www.cnblogs.com/huanongying/p/7021555.html)
6.反射(https://blog.csdn.net/maizi1045/article/details/53258551)
7.各个框架的工作流程,Activiti的表结构
    spring(https://blog.csdn.net/weixin_38070406/article/details/78157603)
    SSM(https://www.jianshu.com/p/231a582d2a02)
    Hibernate缓存机制(https://www.cnblogs.com/bkchengzheng/articles/5267585.html)
    MyBatis缓存机制(https://blog.csdn.net/qq_32939679/article/details/80532970)
    Shiro认证流程(https://blog.csdn.net/qq_41061437/article/details/84779099)
    Shiro授权流程(https://blog.csdn.net/qq_41061437/article/details/84953408)
    Activiti25张表结构(https://blog.csdn.net/liu_yulong/article/details/80465368)
    Quartz(https://blog.csdn.net/qq_41061437/article/details/84958684)
    ActiveMQ(https://www.jianshu.com/p/5ffddd79883c?from=groupmessage)
    SpringBoot(http://www.cnblogs.com/3xmq/p/springboot.html)
8.jsp(动态包含,静态包含)、servlet(生命周期、get、post、上传下载)、EL、jstl
9.过滤器、拦截器、监听器
https://blog.csdn.net/qq_32939679/article/details/80691019、https://www.cnblogs.com/shan1393/p/8995545.html
10.webservice(SOAP、WSDL、UDDI)(https://blog.csdn.net/qq_33326449/article/details/52973297)
11.Java8新特性(https://www.cnblogs.com/onetwo/p/8526374.html)
12.数据库优化策略(https://www.cnblogs.com/xiaoblog/p/4209930.html)
13.MySql引擎(https://www.cnblogs.com/wangdake-qq/p/7358322.html)
14.分布式系统session一致性问题(https://www.cnblogs.com/yumingxing/p/9505512.html)
15.关键字:static、final、内部类
16.solr:https://www.jianshu.com/p/3bd54751265c
17.三次握手,四次挥手

发布了165 篇原创文章 · 获赞 41 · 访问量 8万+

猜你喜欢

转载自blog.csdn.net/qq_41061437/article/details/104286564
今日推荐