+ 1
Doea object and instance means the same in java
2 Answers
+ 13
Do u call methods as functions in java? obviously No,right!....it's same like that just creates confusion nothing else...but in java7 there is a difference between calling object and instances....One reason for calling instance because they are a representation of that class at a particular instant. We use the instance to say about one particular object, and use an object to speak about all objects.
see this once:https://study.com/academy/lesson/difference-between-object-instance-in-java.html