1z0-811 Java Foundations

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Given the code fragment:

What is the result?

Select an option, then click Submit answer.

  • false false

  • true true

  • true false

  • false true

Question 8

Which statement is true about a mutator method?

Select an option, then click Submit answer.

  • It replaces the default constructor.

  • It returns mutated instance members.

  • It must be declared private.

  • It can be used to assign data to instance members.

Question 9

You have a microprocessor board, such as Raspberry PI, wired to control a drone.

Which edition of Java is geared towards use of simple, closed systems with constrained memory requirements, such as a microprocessor board?

Select an option, then click Submit answer.

  • Java Micro Edition

  • Java Standard Edition with a Compact Profile

  • Java Enterprise Edition

  • Java SE Embedded