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 number is denoted by leading zero in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is a map? What are the implementations of map?
Are arrays immutable in java?
What is ascii format?
Give me some null interfaces in java?
What is nested class?
What do you understand by classes in java?
What are the various access specifiers for java classes?
What do negative exponents mean?
What does math floor () do?
What sorting algorithm does javascript use?
What is difference between hashset and hashmap in java?
Why vector is used in java?
Differentiate between the constructors and methods in java?