1z0-808 문제 146

Given the code fragment:

Which code fragment, when inserted at line n1, enables the App class to print Equal?

1z0-808 문제 147

Given the code fragment:

Which two modifications, made independently, enable the code to compile? (Choose two.)

1z0-808 문제 148

Which statement is true about the default constructor of a top-level class?

1z0-808 문제 149

Given the code fragments:

Which code fragment, when inserted at line n1, enables the code to print Hank?
A:

B:

C:

D:

1z0-808 문제 150

Given the following class:

Which three pieces of code, when inserted independently, set the value of amount to 100?