what is difference between class and object?
Answer Posted / santosh
OBJECT:-instance of class is called object.
CLASS:-group of object is called class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the file type?
How hashmap works in java?
How do you implement tree mirroring in java?
What is string :: npos?
State the difference between creating string as new () and literal.
What are the advantages of exception handling in java?
What is java objectoutputstream?
What’s the difference between callable and runnable?
Explain about join() method?
When can we say that threads are not lightweight process in java?
What is meant by local variable and instance variable?
What is the purpose of assert keyword used in jdk1.4.x?
What is the difference between a checked and an unchecked exception?
What are voids?
Why static functions are used?