What is the difference between Object and Instance?
Answer Posted / nagarjuna
Object is the creating memory location by using new operator
Instance is the creating the reference.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can I learn java in 3 months?
Where and how can you use a private constructor?
What is data type example?
How do you convert string to int in java?
Can we create our own wrapper class in java?
Can a class have a static inner class?
What is the difference between Java1.4 and Java1.5
What is the impact of declaring a method as final?
What do you mean by singleton class in java?
What is difference between overloading and overriding in java?
How are java objects passed to a method and what are native methods?
Define an applet in java?
Explain public static void main(string args[]) in java.
What is a static method in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?