Prepare for your Next Interview
This is a discussion on question within the Java forums, part of the Software Development category; Difference between instance and Object...
|
|||
|
Difference between instance and Object
|
| The Following User Says Thank You to rkchugh For This Useful Post: | ||
| Sponsored Links |
|
|||
|
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.. |
|
|||
|
Re: question
read this page u know abt that
Java Swing - Lightweight components differ from heavy weight componants not because of one of the following reaso |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question | padmakrishna | Java | 0 | 01-22-2008 03:04 PM |
| HR question | sakshi_2801 | Companies | 4 | 09-17-2007 11:24 AM |
| SAS Question | abdul99 | Data Warehousing | 0 | 07-19-2007 04:28 PM |
| QTP question? | hetal desai | QTP | 3 | 07-11-2007 02:31 PM |
| HR question | sakshi_2801 | Brainteasers | 0 | 07-05-2007 09:12 AM |