Beginner Java
Q4 / 100

Which keyword is used to create an object in Java?

Correct! Well done.

Incorrect.

The correct answer is C) new

C

Correct Answer

new

Explanation

The new keyword allocates memory for a new object and calls its constructor.

Progress
4/100