Java learning notes

xiaoxiao2021-03-06  57

1. Java does not support multi-inheritance, but allows a class to be used on multiple interfaces.

2, Java is an object-oriented programming language, so Java will use the data type as object processing, Boolean, digital and other simple types, but Java provides them with their corresponding package objects.

3, all the code of Java can be divided into classes, the top of the class is the class of Object, which is included in the java.lang package.

转载请注明原文地址:https://www.9cbs.com/read-113363.html

New Post(0)