Java 语言 学习 路线图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java 语言 学习 路线图相关的知识,希望对你有一定的参考价值。

Trail: Learning the Java Language

This trail covers the fundamentals of programming in the Java programming language.

技术分享 Object-Oriented Programming Concepts teaches you the core concepts behind object-oriented programming: objects, messages, classes, and inheritance. This lesson ends by showing you how these concepts translate into code. Feel free to skip this lesson if you are already familiar with object-oriented programming.

面向对象编程概念。

技术分享 Language Basics describes the traditional features of the language, including variables, arrays, data types, operators, and control flow.

语言基础。

技术分享 Classes and Objects describes how to write the classes from which objects are created, and how to create and use the objects.

类和对象。

技术分享 Annotations are a form of metadata and provide information for the compiler. This lesson describes where and how to use annotations in a program effectively.

 

技术分享 Interfaces and Inheritance describes interfaces—what they are, why you would want to write one, and how to write one. This section also describes the way in which you can derive one class from another. That is, how a subclass can inherit fields and methods from a superclass. You will learn that all classes are derived from the Object class, and how to modify the methods that a subclass inherits from superclasses.

接口与继承。

技术分享 Numbers and Strings This lesson describes how to use Number and String objects The lesson also shows you how to format data for output.

 

技术分享 Generics are a powerful feature of the Java programming language. They improve the type safety of your code, making more of your bugs detectable at compile time.

技术分享 Packages are a feature of the Java programming language that help you to organize and structure your classes and their relationships to one another.

以上是关于Java 语言 学习 路线图的主要内容,如果未能解决你的问题,请参考以下文章

Java学习路线图(完整详细2020)

Java体系化高级学习路线图,拿走不谢!

Java架构师学习路线图,第6点尤为重要!

加薪必备的Java EE学习路线图,快学起来~

基于Java语言的学习路线

年薪50万的Java EE学习路线图,快学起来~