what is difference between class and object?
Answer Posted / ravinderreddyk
Class:Class is a collection of similar objects.
Object:Object is a instance of class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a class extends itself in java?
Why javac is not recognized?
How do you print array in java?
how does multithreading take place on a computer with a single cpu? : Java thread
Why java uses the concept of the string literal?
why are there separate wait and sleep methods? : Java thread
Can we execute java program without main method?
What is the difference between throw and throws keywords?
write a program that list all permutations of ABCDEF in which A appears before B?
What is ph and buffers?
Is java type safe?
List down the methods and interfaces of collection class in java.
Explain the reason behind ending a program with a system.exit(0)?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is a heavyweight component?