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
What is comparable and comparator interface? List their differences
What is Recursion Function?
What is the latest version of java?
What is prefix of a string?
What are recursive functions?
What is connection class in java?
What is the meaning of nullable?
What is mvc in java?
Can a private method be declared as static?
how can you catch multiple exceptions in java?
What is an escape character in java?
Can we start a thread twice in java?
What is the use of bufferedreader?
What type of value does sizeof return?
Which containers use a flowlayout as their default layout in java programming?