Question 41

Given the code from the Greeting.Java file:

Which set of commands prints Hello Duke in the console?
  • Question 42

    Given the following code:

    What is the output?
  • Question 43

    Which code fragment causes a compilation error?
  • Question 44

    You are developing a banking module. You have developed a class named ccMask that has a maskcc method.
    Given the code fragment:

    You must ensure that the maskcc method returns a string that hides all digits of the credit card number except the four last digits (and the hyphens that separate each group of four digits).
    Which two code fragments should you use at line n1, independently, to achieve this requirement? (Choose two.)
  • Question 45

    Which three statements are true about the structure of a Java class?