what is the difference between object and class
Answer Posted / praveen
--- Object is physically exist but class doesn't exist
physically.
Ex: Object: rose, Lilly.
Class : Flowers
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
How to run a JAR file through command prompt?
What is local declaration?
What is the use of math abs in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is a variable declaration?
Can there be an abstract method without an abstract class?
What is java abstraction with example?
What is runtime locatable code?
Can a class extends itself in java?
What do you know about the garbage collector in java?
what is the difference between a threads start() and run() methods? : Java thread
What are the types of relation?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Why is java architectural neutral?