📚 Practice Mode

Java Programming Language Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Answers

Which of the following are true about Constructors?

  1. Member Function
  2. Same name as Class name
  3. Default constructor initializes all non-initialized fields and variables to zero.
  4. Compiler adds an empty constructor, if we do not write our own constructor