What is the java learning path?

The suggestion for learning Java is: first understand the basic concepts of Java, and then learn the basics of Java language, including variables, data types, operators, control flow, etc.; then learn how to use Java to write programs, including classes, objects, abstractions, inheritance , interface, etc.; finally learn the advanced features of Java, including multithreading, network programming, database programming, etc.

Guess you like

Origin blog.csdn.net/weixin_42607969/article/details/129511515