{"id":34841650,"url":"https://github.com/guanzhenxing/java_interview_manual","last_synced_at":"2025-12-25T17:05:46.205Z","repository":{"id":37736077,"uuid":"138171460","full_name":"guanzhenxing/java_interview_manual","owner":"guanzhenxing","description":"Java面试手册","archived":false,"fork":false,"pushed_at":"2018-10-14T14:52:22.000Z","size":1562,"stargazers_count":608,"open_issues_count":0,"forks_count":191,"subscribers_count":39,"default_branch":"master","last_synced_at":"2023-10-20T20:07:28.787Z","etag":null,"topics":["java","java-interview-manual"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guanzhenxing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-performance/index.md","support":null}},"created_at":"2018-06-21T13:05:59.000Z","updated_at":"2023-09-26T07:02:00.000Z","dependencies_parsed_at":"2022-07-12T15:18:32.989Z","dependency_job_id":null,"html_url":"https://github.com/guanzhenxing/java_interview_manual","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/guanzhenxing/java_interview_manual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanzhenxing%2Fjava_interview_manual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanzhenxing%2Fjava_interview_manual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanzhenxing%2Fjava_interview_manual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanzhenxing%2Fjava_interview_manual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guanzhenxing","download_url":"https://codeload.github.com/guanzhenxing/java_interview_manual/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guanzhenxing%2Fjava_interview_manual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28033350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","java-interview-manual"],"created_at":"2025-12-25T17:04:08.331Z","updated_at":"2025-12-25T17:05:46.199Z","avatar_url":"https://github.com/guanzhenxing.png","language":null,"readme":"# Java面试手册\n\n《Java面试手册》整理了从业到现在看到的、经历过的一些Java面试题。\n\n这些面试题的主要来源是一些网站还有github上的内容，由于平常在收藏到“印象笔记”中的时候没有保留来源出处，如果有介意版权的可以联系我。\n\ngithub地址为：`https://github.com/guanzhenxing/java_interview_manual`\n\n主要分为以下部分：\n\n- [Java基础](./java-basic/index.md)\n  - [面向对象](./java-basic/oop.md)\n  - [基础](./java-basic/basic.md)\n  - [集合](./java-basic/collections.md)\n  - [多线程](./java-basic/multithread.md)\n  - [JVM](./java-basic/jvm.md)\n  - [IO](./java-basic/io.md)\n- [设计模式](./design-pattern/index.md)\n- [数据结构与算法](./data-structures-and-algorithms/index.md)\n  - [算法](./data-structures-and-algorithms/algorithms.md)\n  - [数据结构](./data-structures-and-algorithms/data-structures.md)\n- [JavaWeb](./java-web/index.md)\n  - [JavaWeb基础](./java-web/java-web-basic.md)\n  - [Spring系列](./java-web/spring.md)\n  - [MyBatis](./java-web/mybatis.md)\n  - Hibernate\n- [数据库与缓存](./db-cache/index.md)\n  - [数据库基本理论](./db-cache/db_basic.md)\n  - [缓存基本理论](./db-cache/cache_basic.md)\n  - [数据库索引](./db-cacahe/db-index.md)\n  - [分库分表](./db-cache/sharding.md)\n  - [MySQL](./db-cache/mysql.md)\n  - [MongoDB](./db-cache/mongodb.md)\n  - [Redis](./db-cache/redis.md)\n- [消息队列](./mq/index.md)\n  - [MQ基础](./mq/basic.md)\n- [分布式](./distributed/index.md)\n- [微服务](./mic-service/index.md)\n- [安全和性能](./security-performance/index.md)\n  - [安全](./security-performance/security.md)\n  - [性能](./security-performance/performance.md)\n- [网络与服务器](./network-server/index.md)\n  - [计算机网络](./network-server/network.md)\n  - [Nginx](./network-server/nginx.md)\n  - [Tomcat](./network-server/tomcat.md)\n  - [Netty](./network-server/netty.md)\n- [软件工程](./software_engineering/index.md)\n  - [UML](./software_engineering-server/uml.md)\n- [业务](./business/index.md)\n- [操作系统](./system/index.md)\n\n---\n\n主要参考：\n\n- [Java面试通关要点汇总集【终极版】](http://blog.720ui.com/2018/java_interview_final/)\n- [《后端架构师技术图谱》](https://github.com/xingshaocheng/architect-awesome)\n- `https://github.com/hadyang/interview`\n- `https://github.com/crossoverJie/Java-Interview`\n- [后台开发常问面试题集锦](https://segmentfault.com/a/1190000012063898)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguanzhenxing%2Fjava_interview_manual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguanzhenxing%2Fjava_interview_manual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguanzhenxing%2Fjava_interview_manual/lists"}