Java
茅台03
这个作者很懒,什么都没留下…
展开
-
java学习-language-basics
variables The Java programming language defines the follow kinds of variables Instance variables(Non-static Field) Technically speaking, objects store their individual states in “non-static fields”, t...翻译 2019-07-01 14:22:46 · 156 阅读 · 0 评论 -
JAVA学习 basic
Java technology is both a programming language and a platform. The Java programming language source code file encoding with .java extension. compiled into .class files by Java compiler. A .class file ...翻译 2019-07-01 10:54:35 · 217 阅读 · 0 评论 -
Java学习-language
Object-Oriented Programming Concepts What Is an Object? An object is a software bundle of related state and behavior. What Is a Class? A class is a blueprint or prototype from which objects are create...翻译 2019-07-01 12:48:36 · 257 阅读 · 0 评论