ContactUs :

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

What is the difference between an object and an instance?

An Object may not have a class definition. e.g. int a[] where a is an array.
An Instance should have a class definition.
e.g. MyClass my=new MyClass();
my is an instance.
Related Posts Plugin for WordPress, Blogger...
Flag Counter