-
Junior Member
question
Difference between instance and Object
-
Junior Member
Re: question
Hi,
ya there are some differences.
like..
Class A {}
A obj1; //this is the object declaration without occupy any memory..
A obj2 = new A(); //this is the object instance with occupy memory for this..
also we can't create an instance for abstract class as well as for interface..
-
Junior Member
Re: question
why swing is called lightweight component
-
Junior Member
Re: question
why swing is called lightweight ?
-
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules