InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a method having same name as that of it’s class?(a) finalize(b) delete(c) class(d) constructorThe question was posed to me in class test.My question is from Introduction To Methods topic in chapter Classes and Methods of Java |
|
Answer» The CORRECT answer is (d) constructor |
|