Which statement is/are true?
I. Default constructor only contains "super();" call.
II. We can't use any access modifier with a constructor.
III.
A constructor should not have a return type.
Given the following array:
Which two code fragments, independently, print each element in this array?
Given the following class:
Which three pieces of code, when inserted independently, set the value of amount to 100?