Multiple Choice
Which of the following is a method having same name as that of its class?
A) finalize
B) delete
C) class
D) constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following is true in
Q13: Which of the following is a valid
Q14: The use of final keyword with method
Q15: Which class cannot have a subclass in
Q16: Which of these access specifiers must be
Q18: The keyword used to create an object<br>A)class<br>B)this<br>C)new<br>D)malloc
Q19: Variables declared with in a class are
Q20: Which operator is used by Java run
Q21: Variables declared within a method or block
Q22: Which of these is used to access