Java quiz questions with answers. Here five MCQ Questions with Answers are added on Java objects and classes and each question contain four options as possible answer but only one option is the correct answer. Select one and check your answer with the given correct answer.
11
Which of the following is not true about constructors?
A
It initializes an object immediately upon creation
B
It is syntactically similar to a method
C
The return type of class constructor is the class type itself