Learning the Java Language

Learning the Java 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.


在这里插入图片描述

An overview of the software development process


在这里插入图片描述
Through the Java VM, the same application is capable of running on multiple platforms.


The Java Platform

The Java platform has two components:

  • The Java Virtual Machine
  • The Java Application Programming Interface (API)

在这里插入图片描述
The API and Java Virtual Machine insulate the program from the underlying hardware.


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值