- 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
推薦閱讀
- HTML5+CSS3王者歸來(lái)
- Unity 2020 Mobile Game Development
- 算法大爆炸:面試通關(guān)步步為營(yíng)
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Mastering JavaScript Design Patterns(Second Edition)
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- 深入分布式緩存:從原理到實(shí)踐
- OpenGL Data Visualization Cookbook
- ArcPy and ArcGIS(Second Edition)
- Blender 3D Cookbook
- Learning NHibernate 4
- Node.js Web Development
- 移動(dòng)智能系統(tǒng)測(cè)試原理與實(shí)踐
- SEO的藝術(shù)(原書第2版)
- Java無(wú)難事:詳解Java編程核心思想與技術(shù)