Which component of a class initialises new objects when created with new…

2025

Which component of a class initialises new objects when created with new keyword in Java?

Answer: B. Constructors

  1. A.

    Fields

  2. B.

    Constructors

  3. C.

    Methods

  4. D.

    Static blocks

Attempted by 263 students.

Show answer & explanation

Correct answer: B

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…