ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Can we make construtor STATIC?

A constructor can never be declared as static, because the role of a constructor is to initialize the object variables and static is never involved with the object so constructor cannot be static

Related Posts Plugin for WordPress, Blogger...
Flag Counter