Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know.  | 
  | 
|||
| 
       | ||||
| Interview Questions and Answers | ||||
  | ||||
| Ans. Yes, through constructor overloading | ||||
What is the difference between the 2 methods in Java ? Class BuggyBread { BuggyBread(){ } void BuggyBread(int x){ } }  | ||||