InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of default constructor? |
|
Answer» The java compiler creates a default constructor only if there is no constructor in the class. |
|