
Java
茅台03
这个作者很懒,什么都没留下…
展开
-
java学习-language-basics
variablesThe Java programming language defines the follow kinds of variablesInstance variables(Non-static Field)Technically speaking, objects store their individual states in “non-static fields”, t...翻译 2019-07-01 14:22:46 · 175 阅读 · 0 评论 -
JAVA学习 basic
Java technology is both a programming language and a platform.The Java programming languagesource code file encoding with .java extension.compiled into .class files by Java compiler.A .class file ...翻译 2019-07-01 10:54:35 · 228 阅读 · 0 评论 -
Java学习-language
Object-Oriented Programming ConceptsWhat 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 · 274 阅读 · 0 评论