What is the difference between Object and Instance?
Answer Posted / siva
instance means non-static variables memory location. Object means non-static variables + non-static methods memory location
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain what pure virtual function is?
Are arrays classes in java?
What is public static void main?
Does java runtime require a license?
When arithmeticexception is thrown?
What is the exception hierarchy in java?
Does a class inherit the constructors of its superclass in java programming?
Can string be considered as a keyword?
Why is java so important?
What is the synchronized method modifier?
Is arraylist an object in java?
What are the advantages of unicode?
What access modifiers can be used for methods?
Can a final variable be manipulated in java?
Explain inheritance in java?