How to use mind mapping to learn Java programming ideas?

Unexpectedly, many people will leave a message for this mind map, and it is a bit tired to reply one by one. It is posted on Github for easy download. The screenshots in the article do not elaborate on the mind map notes. For example, many of them noteare not screenshots (click to see the high-definition picture).

image


Description

It took 1 month to read "Java Programming Thoughts". Then I used Mindjet Mindmanager to make reading notes and share with you~

  1. The reading notes of this mind map do not cover all the knowledge points in the book, but the thinking as a framework and reading is relatively clear.

  2. There are a lot of codes in the note in the mind map, but not in the blog.

  3. There is no summary of Chapter 3 and Chapter 22 "Graphical User Interface" in the mind map, because this is rarely used.


Preview


Chapter 1 Introduction to Objects

image

image


Chapter 2 Everything is an Object

image

image


Chapter 4 Control Execution Flow


Chapter 5 Initialization and Cleanup


Chapter 6 Access Control Authority


Chapter 7 Reuse Classes


Chapter 8 Polymorphism


Chapter 9 Interface


Chapter 10 Inner Classes


Chapter 11 Holding Objects

image


Chapter 12 Exceptions

image


Chapter 13 Strings

image


Chapter 14 Type Information



Chapter 15 Generics


Chapter 16 Arrays


Chapter 17 Container In-depth Study


Chapter 18 Java I/O System

image

image

image


Chapter 19 Enumerated Types


Chapter 20 Notes

image

image

image

image


Chapter 21 Concurrency

image

image

image

image

image

image

image

image

Github address: https://github.com/LjyYano/Thinking_in_Java_MindMapping


Guess you like

Origin blog.51cto.com/15065849/2603570