what is difference between class and object?
Answer Posted / monojit halder
we can not create a or many class from a object
but we can create a or many object from a class
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Is ruby built on java?
What are the differences between this and super keyword?
What is the difference between form & report?
Why is stringbuffer faster than string?
What is the primitive type short?
If we don’t want some of the fields not to serialize how to do that?
What is the difference between an argument and a parameter?
What is a type parameter in java?
What is Java Package and which package is imported by default?
What is the null?
Why java applets are more useful for intranets as compared to internet?
Why is method overloading not possible by changing the return type in java?
Are arrays passed by reference in java?
What is equals method in java?