An open API service indexing awesome lists of open source software.

https://github.com/lsqy/java-learn

java学习记录
https://github.com/lsqy/java-learn

Last synced: 5 months ago
JSON representation

java学习记录

Awesome Lists containing this project

README

          

## java学习笔记

### 接口

天生是用来被继承的,而不能被实例化,是一种特殊的抽象类,这种抽象类中只包含常量和方法的定义,而没有变量和方法的实现,相当于一个标准