- Java 9 with JShell
- Gastón C. Hillar
- 185字
- 2021-07-09 18:46:48
Test your knowledge
- Objects are also known as:
- Subclasses.
- Fields.
- Instances.
- Which of the following class names follows the Pascal case convention and would be an appropriate name for a class in Java 9:
regularDecagon
RegularDecagon
Regulardecagon
- The code specified in a method within a class:
- Can access the fields specified in the class.
- Cannot interact with other members of the class.
- Cannot access the fields specified in the class.
- The functions defined in a class to encapsulate behavior for each instance of the class are known as:
- Subclasses.
- Fields.
- Methods.
- A subclass:
- Inherits only methods from its superclass.
- Inherits only fields from its superclass.
- Inherits all members from its superclass.
- The variables defined in a class to encapsulate data for each instance of the class in Java 9 are known as:
- Fields.
- Methods.
- Subclasses.
- The variables defined in a class to encapsulate data for each instance of the class in Java 9 are known as:
- Fields.
- Methods.
- Subclasses.
- Which of the following field names follows the Camel case convention and would be an appropriate name for a field in Java 9:
SemiMinorAxis
semiMinorAxis
semiminoraxis
推薦閱讀
- 工程軟件開發技術基礎
- Animate CC二維動畫設計與制作(微課版)
- PHP 編程從入門到實踐
- C程序設計案例教程
- R Deep Learning Cookbook
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Java Fundamentals
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Java7程序設計入門經典
- PhoneGap 4 Mobile Application Development Cookbook
- Visual Basic 程序設計實踐教程
- HTML5游戲開發實戰
- ASP.NET Core and Angular 2
- MongoDB Administrator’s Guide