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 篇原創文章 · 獲贊 42 · 訪問量 8萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章