Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Sheriffs:
Rob Spoor
Junilu Lacar
paul wheaton
Saloon Keepers:
Stephan van Hulst
Tim Moores
Tim Holloway
Carey Brown
Scott Selikoff
Bartenders:
Piet Souris
Jj Roberts
fred rosenberger
Forum:
Beginning Java
Related to Object
padmaratna kamble
Greenhorn
Posts: 26
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is the difference between OBJECT and INSTANCE?
Mike Noel
Ranch Hand
Posts: 108
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You need to be more specific in your question. Do you mean "what's the difference between an OBJECT and an INSTANCE OF A CLASS?"
If so, then there's not really any difference. Those are different terms for the same thing.
Mike Noel
padmaratna kamble
Greenhorn
Posts: 26
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I mean what is the difference between object and instace of an object?
Ken Blair
Ranch Hand
Posts: 1078
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
There is no difference. An instance of a class and an object are the same thing in this context.
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
object Vs instance
relational or object
What is the difference between object mapping and relational db mapping?
Difference between Object and Instance
object and instance
More...