https://github.com/guanzhenxing/java_interview_manual
Java面试手册
https://github.com/guanzhenxing/java_interview_manual
java java-interview-manual
Last synced: 4 days ago
JSON representation
Java面试手册
- Host: GitHub
- URL: https://github.com/guanzhenxing/java_interview_manual
- Owner: guanzhenxing
- License: mit
- Created: 2018-06-21T13:05:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T14:52:22.000Z (about 7 years ago)
- Last Synced: 2023-10-20T20:07:28.787Z (about 2 years ago)
- Topics: java, java-interview-manual
- Size: 1.49 MB
- Stars: 608
- Watchers: 39
- Forks: 191
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-performance/index.md
Awesome Lists containing this project
README
# Java面试手册
《Java面试手册》整理了从业到现在看到的、经历过的一些Java面试题。
这些面试题的主要来源是一些网站还有github上的内容,由于平常在收藏到“印象笔记”中的时候没有保留来源出处,如果有介意版权的可以联系我。
github地址为:`https://github.com/guanzhenxing/java_interview_manual`
主要分为以下部分:
- [Java基础](./java-basic/index.md)
- [面向对象](./java-basic/oop.md)
- [基础](./java-basic/basic.md)
- [集合](./java-basic/collections.md)
- [多线程](./java-basic/multithread.md)
- [JVM](./java-basic/jvm.md)
- [IO](./java-basic/io.md)
- [设计模式](./design-pattern/index.md)
- [数据结构与算法](./data-structures-and-algorithms/index.md)
- [算法](./data-structures-and-algorithms/algorithms.md)
- [数据结构](./data-structures-and-algorithms/data-structures.md)
- [JavaWeb](./java-web/index.md)
- [JavaWeb基础](./java-web/java-web-basic.md)
- [Spring系列](./java-web/spring.md)
- [MyBatis](./java-web/mybatis.md)
- Hibernate
- [数据库与缓存](./db-cache/index.md)
- [数据库基本理论](./db-cache/db_basic.md)
- [缓存基本理论](./db-cache/cache_basic.md)
- [数据库索引](./db-cacahe/db-index.md)
- [分库分表](./db-cache/sharding.md)
- [MySQL](./db-cache/mysql.md)
- [MongoDB](./db-cache/mongodb.md)
- [Redis](./db-cache/redis.md)
- [消息队列](./mq/index.md)
- [MQ基础](./mq/basic.md)
- [分布式](./distributed/index.md)
- [微服务](./mic-service/index.md)
- [安全和性能](./security-performance/index.md)
- [安全](./security-performance/security.md)
- [性能](./security-performance/performance.md)
- [网络与服务器](./network-server/index.md)
- [计算机网络](./network-server/network.md)
- [Nginx](./network-server/nginx.md)
- [Tomcat](./network-server/tomcat.md)
- [Netty](./network-server/netty.md)
- [软件工程](./software_engineering/index.md)
- [UML](./software_engineering-server/uml.md)
- [业务](./business/index.md)
- [操作系统](./system/index.md)
---
主要参考:
- [Java面试通关要点汇总集【终极版】](http://blog.720ui.com/2018/java_interview_final/)
- [《后端架构师技术图谱》](https://github.com/xingshaocheng/architect-awesome)
- `https://github.com/hadyang/interview`
- `https://github.com/crossoverJie/Java-Interview`
- [后台开发常问面试题集锦](https://segmentfault.com/a/1190000012063898)