Which three statements are true The default constructor initialises method variables The default constructor has the same access as its class The default constructor invokes the no-arg constructor of the superclass If a class lacks a no-arg constructor, the compiler always creates a default constructor The compiler creates a default constructor only when there are no other constructors for the class
Comments and Answers (2)
Priya
does anyone know the correct answer
Rashmi
how did the answer came
{{SampleComment.userName || "Your Name"}} ~ {{SampleComment.userCity}}
{{SampleComment.commentValue || "Your Answer or Comment goes here...."}}