What is the difference between Object and Instance?
Answer Posted / subba reddy
object means.
just create variable for class this is also called reference.
instance means.
create object for the class using new operator or new instance .
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Which class is the superclass for every class in java programming?
What are the features of java?
Explain the difference between hashmap and hashtable in java?
What are annotations in java?
What is passing parameters in java?
How do you use equal in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Why is it called buffering?
What do you mean by order of precedence and associativity?
What is use of map in java?
What is the basic concepts of OOPS?
which pattern is default in scanner package?
What is variable explain with example?
How do you compare two strings lexicographically?
What is the need of transient variables in Java ?