Mohan's JavaBook
Java Interview Questions
ContactUs :
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Can we create the object for the class when it has private constructor ?
We can’t create the object for a class using the “new” when the class consists of private constructor.
Newer Post
Older Post
Home