Valid 1z0-808 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-808 Exam! ExamDiscuss.com now offer the newest 1z0-808 exam dumps, the ExamDiscuss.com 1z0-808 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-808 dumps with Test Engine here:
Which statement is/are true? I. Default constructor only contains "super();" call. II. We can't use any access modifier with a constructor. III. A constructor should not have a return type.
Correct Answer: D
Statement I is correct as the default constructor only contains super0 call Statement II is incorrect as we can use any access modifier with a constructor. Statement III is correct as constructor can't have return type, even void. So option D is correct. httpsy/docs.oracle.com/javase/tutorial/iava/javaOO/construaors.html